me
/
guix
Archived
1
0
Fork 0

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>
master
Andy Tai 2024-04-07 18:23:34 -07:00 committed by Christopher Baines
parent 191a4bfe1a
commit ac3f7bad67
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -899,14 +899,14 @@ sub-directory.")
(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))