summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:56:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 20:38:28 +0100
commit42aa5c20b86bfea560839ea10a18e59af1c0de12 (patch)
tree5bdedd72ddad6e97e70894e3453f41b15abdc0a4 /gnu
parent5250d56446b3196c60f5c84059476d227209a878 (diff)
downloadguix-patches-42aa5c20b86bfea560839ea10a18e59af1c0de12.tar
guix-patches-42aa5c20b86bfea560839ea10a18e59af1c0de12.tar.gz
gnu: perl-class-c3-componentised: Update to 1.001002.
* gnu/packages/perl.scm (perl-class-c3-componentised): Update to 1.001002.
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 cec8339254..8c28c94ed9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -977,15 +977,14 @@ supporting the same interface, but using Class::C3 to do the hard work.")
(define-public perl-class-c3-componentised
(package
(name "perl-class-c3-componentised")
- (version "1.001000")
+ (version "1.001002")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/F/FR/FREW/"
"Class-C3-Componentised-" version ".tar.gz"))
(sha256
- (base32
- "1nzav8arxll0rya7r2vp032s3acliihbb9mjlfa13rywhh77bzvl"))))
+ (base32 "14wn1g45z3b5apqq7dcai5drk01hfyqydsd2m6hsxzhyvi3b2l9h"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-install" ,perl-module-install)