mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: which: Update to 2.21.
* gnu/packages/base.scm (which): Update to 2.21.
This commit is contained in:
parent
2a1552c608
commit
70ca2e94d1
1 changed files with 2 additions and 2 deletions
|
@ -680,14 +680,14 @@ (define-public glibc-utf8-locales
|
||||||
(define-public which
|
(define-public which
|
||||||
(package
|
(package
|
||||||
(name "which")
|
(name "which")
|
||||||
(version "2.20")
|
(version "2.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/which/which-"
|
(uri (string-append "mirror://gnu/which/which-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl"))))
|
"1bgafvy3ypbhhfznwjv1lxmd6mci3x1byilnnkc7gcr486wlb8pl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://gnu.org/software/which/")
|
(home-page "https://gnu.org/software/which/")
|
||||||
(synopsis "Find full path of shell commands")
|
(synopsis "Find full path of shell commands")
|
||||||
|
|
Loading…
Reference in a new issue