summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-14 17:19:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 02:03:28 +0200
commite4089b897b195bce1d28efc4c4e3ca847e15ae89 (patch)
treee343c35fc209a2b459e22465f3d63fa07177a68d /gnu/packages
parent6f19c32b0eeeb6b6647ef75c4c8b9e390d41fcd9 (diff)
downloadguix-patches-e4089b897b195bce1d28efc4c4e3ca847e15ae89.tar
guix-patches-e4089b897b195bce1d28efc4c4e3ca847e15ae89.tar.gz
gnu: perl-role-tiny: Update to 2.001004.
* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001004.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0aaf87cb3f..ad84d63785 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8605,14 +8605,14 @@ and @code{deserialize_regexp}.")
(define-public perl-role-tiny-2
(package
(inherit perl-role-tiny)
- (version "2.001001")
+ (version "2.001004")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
"Role-Tiny-" version ".tar.gz"))
(sha256
- (base32 "16yryg3cr14xw201gm8k8ci00hs60fy8lk2xhnaqa85n5m68flk8"))))))
+ (base32 "11qn516352yhi794www3ykwa9xv2gxpfnhn9jcn10x0ahl95gflj"))))))
(define-public perl-safe-isa
(package