gnu: perl-package-stash-xs: Update to 0.29.
* gnu/packages/perl.scm (perl-package-stash-xs): Update to 0.29.
This commit is contained in:
parent
bfe5936e02
commit
c51f31940d
|
@ -6694,15 +6694,14 @@ of that behind a simple API.")
|
||||||
(define-public perl-package-stash-xs
|
(define-public perl-package-stash-xs
|
||||||
(package
|
(package
|
||||||
(name "perl-package-stash-xs")
|
(name "perl-package-stash-xs")
|
||||||
(version "0.28")
|
(version "0.29")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
|
(uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
|
||||||
"Package-Stash-XS-" version ".tar.gz"))
|
"Package-Stash-XS-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1akqk10qxwk798qppajqbczwmhy4cs9g0lg961m3vq218slnnryk"))))
|
||||||
"11nl69n8i56p91pd0ia44ip0vpv2cxwpbfakrv01vvv8az1cbn13"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-fatal" ,perl-test-fatal)
|
`(("perl-test-fatal" ,perl-test-fatal)
|
||||||
|
|
Loading…
Reference in New Issue