me
/
guix
Archived
1
0
Fork 0

gnu: perl-moosex-getopt: Update to 0.71.

* gnu/packages/perl.scm (perl-moosex-getopt): Update to 0.71.
master
Leo Famulari 2018-01-16 16:02:59 -08:00
parent dce2ad6953
commit e112efcaaa
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -5091,7 +5091,7 @@ private methods are not.")
(define-public perl-moosex-getopt
(package
(name "perl-moosex-getopt")
(version "0.65")
(version "0.71")
(source
(origin
(method url-fetch)
@ -5099,7 +5099,7 @@ private methods are not.")
"MooseX-Getopt-" version ".tar.gz"))
(sha256
(base32
"1nkzvbsiwldmpn6207ns7rinh860djnw098h6cnvywf429rjnz60"))))
"0nf2094qgir0irxjycwqavy53ygm530g9f7cxfywnl2n1bmgh66y"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)