mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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
|
||||
(package
|
||||
(name "stow")
|
||||
(version "2.3.1")
|
||||
(version "2.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/stow/stow-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jrxy12ywn7smdzdnvwzjw77l6knx6jkj2rckgykg1dpf6bdkm89"))))
|
||||
"07bn3n5n8spl2vabgyl8db5dyp690qn3x92ij4ynvayyck7ngvbg"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list perl))
|
||||
|
|
Loading…
Reference in a new issue