gnu: perl-class-c3-componentised: Update to 1.001002.

* gnu/packages/perl.scm (perl-class-c3-componentised): Update to 1.001002.
master
Tobias Geerinckx-Rice 2019-03-23 14:56:57 +01:00
parent 5250d56446
commit 42aa5c20b8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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)