mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
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:
parent
04fc0b9489
commit
748e6e1271
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue