gnu: perl-class-accessor-grouped: Update to 0.10014.

* gnu/packages/perl.scm (perl-class-accessor-grouped): Update to 0.10014.
master
Tobias Geerinckx-Rice 2019-03-23 13:35:51 +01:00
parent 848e41fea8
commit d841db3c79
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -908,15 +908,14 @@ the same mk_accessors interface.")
(define-public perl-class-accessor-grouped
(package
(name "perl-class-accessor-grouped")
(version "0.10012")
(version "0.10014")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RI/RIBASUSHI/"
"Class-Accessor-Grouped-" version ".tar.gz"))
(sha256
(base32
"1zp74yv023q3macrf4rv3i82z8pkffqyhh7xk9xg8fbr63ikwqf4"))))
(base32 "1fy48hx56n5kdn1gz66awg465qf34r0n5jam64x7zxh9zhzb1m9m"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-install" ,perl-module-install)