summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 13:42:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:21 +0100
commit8e070507efeef4db749efc5f18024efb64a7afa6 (patch)
treea7b840a50c155bbb154f446412f023ee2981a073 /gnu/packages/perl.scm
parent3515ed6fa713309d46d58eccfe7d5600a287537a (diff)
downloadguix-patches-8e070507efeef4db749efc5f18024efb64a7afa6.tar
guix-patches-8e070507efeef4db749efc5f18024efb64a7afa6.tar.gz
gnu: perl-list-someutils: Update to 0.56.
* gnu/packages/perl.scm (perl-list-someutils): Update to 0.56.
Diffstat (limited to 'gnu/packages/perl.scm')
-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 11e89e7fc2..71ea2e5815 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4798,7 +4798,7 @@ commonly needed functionality on lists which is not going to go into
(define-public perl-list-someutils
(package
(name "perl-list-someutils")
- (version "0.52")
+ (version "0.56")
(source
(origin
(method url-fetch)
@@ -4807,8 +4807,7 @@ commonly needed functionality on lists which is not going to go into
version
".tar.gz"))
(sha256
- (base32
- "1b450jyxaa6q2yl0cdhknr3c2a5s7b9b18ccnwac625c681r130y"))))
+ (base32 "1xw9dzg949997b10y6zgzrmhmk2ap274qivnk0wc1033x2fdk9za"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-leaktrace" ,perl-test-leaktrace)))