gnu: perl-moose: Update to 2.2012.

* gnu/packages/perl.scm (perl-moose): Update to 2.2012.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 00:39:27 +01:00
parent 1230a07fea
commit 4e5e3bb8b9
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -5706,14 +5706,14 @@ (define-public perl-moo-2
(define-public perl-moose
(package
(name "perl-moose")
(version "2.2011")
(version "2.2012")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Moose-" version ".tar.gz"))
(sha256
(base32
"10ndq6jwj2iwhwqjs23g6nb1yrf3brgw41jjphxzk6zkv4shlgcp"))))
"0s9m2pskc8h1k94pbvx0lvf0xgv9xca349isbcsrqdqnkmxf9fs6"))))
(build-system perl-build-system)
(native-inputs
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)