guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: perl-getopt-long: Do not use "v" prefix in version string.


From: guix-commits
Subject: 04/08: gnu: perl-getopt-long: Do not use "v" prefix in version string.
Date: Mon, 25 May 2020 18:59:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9d7ecf1c82a4854e34d635381209d87d1ab37bb0
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 25 13:27:45 2020 +0200

    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.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index b98bc54..e7d4ce8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4786,12 +4786,12 @@ back to a full directory scan if none of these are 
available.")
 (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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]