summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 21:40:11 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:06 +0100
commit9061b727cfbd70e30870525b5fcd1eb8793ee99a (patch)
tree8ce2421c22b96a66015bcf66a26fbf9f26ce4770 /gnu
parent5648fbf7b293de501f3d058816de3ea2992e5901 (diff)
downloadguix-patches-9061b727cfbd70e30870525b5fcd1eb8793ee99a.tar
guix-patches-9061b727cfbd70e30870525b5fcd1eb8793ee99a.tar.gz
gnu: perl-package-stash: Update to 0.38.
* gnu/packages/perl.scm (perl-package-stash): Update to 0.38.
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 408d7b4e3d..ac9d9d6fb7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6661,15 +6661,14 @@ one or more modules.")
(define-public perl-package-stash
(package
(name "perl-package-stash")
- (version "0.37")
+ (version "0.38")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
"Package-Stash-" version ".tar.gz"))
(sha256
- (base32
- "0b3vg2nbzmz1m5qla4123rmfzmpfmwxkw78fghvwsc4iiww0baq6"))))
+ (base32 "0zrs4byhlpq5ybnl0fd3y6pfzair6i2dyvzn7f7a7pgj9n2fi3n5"))))
(build-system perl-build-system)
(native-inputs
`(("perl-dist-checkconflicts" ,perl-dist-checkconflicts)