mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: perl-getopt-long: Do not use "v" prefix in version string.
* gnu/packages/perl.scm (perl-getopt-long)[version]: Remove "v" prefix. [source](uri): Adjust accordingly.
This commit is contained in:
parent
3e5446e752
commit
9d7ecf1c82
1 changed files with 2 additions and 2 deletions
|
@ -4786,12 +4786,12 @@ (define-public perl-filesys-notify-simple
|
|||
(define-public perl-getopt-long
|
||||
(package
|
||||
(name "perl-getopt-long")
|
||||
(version "v2.49.1")
|
||||
(version "2.49.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/J/JV/JV/"
|
||||
"Getopt-Long-" (substring version 1) ".tar.gz"))
|
||||
"Getopt-Long-v" (substring version 1) ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bw8gbhj8s5gmkqvs3m7pk9arqhgqssrby4yimh29ah9alix9ylq"))))
|
||||
|
|
Loading…
Reference in a new issue