mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-moose: Update to 2.2011.
* gnu/packages/perl.scm (perl-moose): Update to 2.2011.
This commit is contained in:
parent
f2af1ac555
commit
91ee177731
1 changed files with 2 additions and 2 deletions
|
@ -5432,14 +5432,14 @@ (define-public perl-moo-2
|
|||
(define-public perl-moose
|
||||
(package
|
||||
(name "perl-moose")
|
||||
(version "2.2004")
|
||||
(version "2.2011")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
||||
"Moose-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c6jx2lnrh2mi9wlj2c0sirj6345xmbpr34ax8d85mcginzq3j74"))))
|
||||
"10ndq6jwj2iwhwqjs23g6nb1yrf3brgw41jjphxzk6zkv4shlgcp"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)
|
||||
|
|
Loading…
Reference in a new issue