summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 20:56:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:02 +0100
commitc51f31940d6650d8ebac5ff0835561d7f841d511 (patch)
tree3fa991cce790e7ee672fe398b792f449e2f5f9b0 /gnu
parentbfe5936e023a210fb3d9905d62ce99ddeddec2af (diff)
downloadguix-patches-c51f31940d6650d8ebac5ff0835561d7f841d511.tar
guix-patches-c51f31940d6650d8ebac5ff0835561d7f841d511.tar.gz
gnu: perl-package-stash-xs: Update to 0.29.
* gnu/packages/perl.scm (perl-package-stash-xs): Update to 0.29.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 6d6d6a584f..74cbe52a59 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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)