mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: perl-getopt-long-descriptive: Update to 0.102.
* gnu/packages/perl.scm (perl-getopt-long-descriptive): Update to 0.102.
This commit is contained in:
parent
6cafe34758
commit
ce2c11e9b1
1 changed files with 2 additions and 2 deletions
|
@ -3722,7 +3722,7 @@ (define-public perl-getopt-long
|
|||
(define-public perl-getopt-long-descriptive
|
||||
(package
|
||||
(name "perl-getopt-long-descriptive")
|
||||
(version "0.100")
|
||||
(version "0.102")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3730,7 +3730,7 @@ (define-public perl-getopt-long-descriptive
|
|||
"Getopt-Long-Descriptive-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dpz5nhg5glmrpq46nkc90dg19cfqfjspqwhfvihsqyi229yfl8l"))))
|
||||
"0ii8xafvlph5vzcqp3dpc83lg7nkg3l1l2hmqdf5382a567vkm4s"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)
|
||||
|
|
Loading…
Reference in a new issue