mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-class-c3-componentised: Update to 1.001002.
* gnu/packages/perl.scm (perl-class-c3-componentised): Update to 1.001002.
This commit is contained in:
parent
5250d56446
commit
42aa5c20b8
1 changed files with 2 additions and 3 deletions
|
@ -977,15 +977,14 @@ (define-public perl-class-c3-adopt-next
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue