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:
Marius Bakke 2020-05-25 13:27:45 +02:00
parent 3e5446e752
commit 9d7ecf1c82
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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"))))