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

* gnu/packages/perl.scm (perl-getopt-long-descriptive): Update to 0.103.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3812,7 +3812,7 @@ single-letter approach, is provided but not enabled by default.")
(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 @@ single-letter approach, is provided but not enabled by default.")
"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)