mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: stow: Update to 2.4.0.
* gnu/packages/package-management.scm (stow): Update to 2.4.0. Change-Id: Icc5b81b98fc3dc53d03430fa90c2793e7ef8970d Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
191a4bfe1a
commit
ac3f7bad67
1 changed files with 2 additions and 2 deletions
|
@ -899,14 +899,14 @@ (define-public nix
|
||||||
(define-public stow
|
(define-public stow
|
||||||
(package
|
(package
|
||||||
(name "stow")
|
(name "stow")
|
||||||
(version "2.3.1")
|
(version "2.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/stow/stow-"
|
(uri (string-append "mirror://gnu/stow/stow-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jrxy12ywn7smdzdnvwzjw77l6knx6jkj2rckgykg1dpf6bdkm89"))))
|
"07bn3n5n8spl2vabgyl8db5dyp690qn3x92ij4ynvayyck7ngvbg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list perl))
|
(list perl))
|
||||||
|
|
Loading…
Reference in a new issue