gnu: perl-getopt-long-descriptive: Update to 0.103.

* gnu/packages/perl.scm (perl-getopt-long-descriptive): Update to 0.103.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-09 14:13:43 +02:00
parent 04fc0b9489
commit 748e6e1271
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3812,7 +3812,7 @@ (define-public perl-getopt-long
(define-public perl-getopt-long-descriptive
(package
(name "perl-getopt-long-descriptive")
(version "0.102")
(version "0.103")
(source
(origin
(method url-fetch)
@ -3820,7 +3820,7 @@ (define-public perl-getopt-long-descriptive
"Getopt-Long-Descriptive-" version ".tar.gz"))
(sha256
(base32
"0ii8xafvlph5vzcqp3dpc83lg7nkg3l1l2hmqdf5382a567vkm4s"))))
"1cpl240qxmh7jf85ai9sfkp3nzm99syya4jxidizp7aa83kvmqbh"))))
(build-system perl-build-system)
(native-inputs
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)