gnu: perl-getopt-long-descriptive: Update to 0.100.
* gnu/packages/perl.scm (perl-getopt-long-descriptive): Update to 0.100. [native-inputs]: Add perl-cpan-meta-check.
This commit is contained in:
parent
b936ddf312
commit
68998abd4f
1 changed files with 4 additions and 3 deletions
|
@ -3577,7 +3577,7 @@ (define-public perl-getopt-long
|
|||
(define-public perl-getopt-long-descriptive
|
||||
(package
|
||||
(name "perl-getopt-long-descriptive")
|
||||
(version "0.098")
|
||||
(version "0.100")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3585,10 +3585,11 @@ (define-public perl-getopt-long-descriptive
|
|||
"Getopt-Long-Descriptive-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08lphvqshcajvvd6z4rvcda6rx5kz8pysrsip4nfv2mbks95p9ma"))))
|
||||
"1dpz5nhg5glmrpq46nkc90dg19cfqfjspqwhfvihsqyi229yfl8l"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-fatal" ,perl-test-fatal)
|
||||
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)
|
||||
("perl-test-fatal" ,perl-test-fatal)
|
||||
("perl-test-warnings" ,perl-test-warnings)))
|
||||
(propagated-inputs
|
||||
`(("perl-params-validate" ,perl-params-validate)
|
||||
|
|
Loading…
Reference in a new issue