gnu: perl-package-stash-xs: Update to 0.29.

* gnu/packages/perl.scm (perl-package-stash-xs): Update to 0.29.
master
Tobias Geerinckx-Rice 2019-03-22 20:56:31 +01:00
parent bfe5936e02
commit c51f31940d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -6694,15 +6694,14 @@ of that behind a simple API.")
(define-public perl-package-stash-xs
(package
(name "perl-package-stash-xs")
(version "0.28")
(version "0.29")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
"Package-Stash-XS-" version ".tar.gz"))
(sha256
(base32
"11nl69n8i56p91pd0ia44ip0vpv2cxwpbfakrv01vvv8az1cbn13"))))
(base32 "1akqk10qxwk798qppajqbczwmhy4cs9g0lg961m3vq218slnnryk"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-fatal" ,perl-test-fatal)