gnu: stow: Update to 2.2.2.
* gnu/packages/package-management.scm (stow): Update to 2.2.2. [native-inputs]: Add PERL-IO-STRINGY.
This commit is contained in:
parent
8fe0b262a9
commit
ddfd70da8e
|
@ -275,21 +275,22 @@ sub-directory.")
|
||||||
(define-public stow
|
(define-public stow
|
||||||
(package
|
(package
|
||||||
(name "stow")
|
(name "stow")
|
||||||
(version "2.2.0")
|
(version "2.2.2")
|
||||||
(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
|
||||||
"0arw1nsdlcvd7javkbk2bdvnc31d7dmb6fr25xyyi6ng76cxg2cb"))))
|
"1pvky9fayms4r6fhns8jd0vavszd7d979w62vfd5n88v614pdxz2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-simple" ,perl-test-simple)
|
`(("perl-test-simple" ,perl-test-simple)
|
||||||
("perl-test-output" ,perl-test-output)
|
("perl-test-output" ,perl-test-output)
|
||||||
("perl-capture-tiny" ,perl-capture-tiny)))
|
("perl-capture-tiny" ,perl-capture-tiny)
|
||||||
|
("perl-io-stringy" ,perl-io-stringy)))
|
||||||
(home-page "https://www.gnu.org/software/stow/")
|
(home-page "https://www.gnu.org/software/stow/")
|
||||||
(synopsis "Managing installed software packages")
|
(synopsis "Managing installed software packages")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue