gnu: perl-moox-cmd: Update to 0.017.

* gnu/packages/perl.scm (perl-moox-cmd): Update to 0.017.
master
Tobias Geerinckx-Rice 2019-03-23 12:33:27 +01:00
parent 5bdfba8d49
commit f08ac77229
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -5995,15 +5995,14 @@ constraint with coercion to load the class.")
(define-public perl-moox-cmd
(package
(name "perl-moox-cmd")
(version "0.015")
(version "0.017")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RE/REHSACK/MooX-Cmd-"
version ".tar.gz"))
(sha256
(base32
"0145ha8vnc6sbg82ps96wj716bznq2qamm657bia9ji2yxhbnsam"))))
(base32 "1xbhmq07v9z371ygkyghva9aryhc22kwbzn5qwkp72c0ma6z4gwl"))))
(build-system perl-build-system)
(native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny)