guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: clzip: Don't use NAME in source URI.


From: guix-commits
Subject: 11/15: gnu: clzip: Don't use NAME in source URI.
Date: Tue, 12 Feb 2019 11:39:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 39e5d3b68d57ec752bd79507119adc3f7fe6ca2a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 14:23:07 2019 +0100

    gnu: clzip: Don't use NAME in source URI.
    
    * gnu/packages/compression.scm (clzip)[source]: Hard-code NAME.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 3eec91f..8112784 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1637,8 +1637,8 @@ Lunzip is intended to be fully compatible with the 
regular lzip package.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://savannah/lzip/"
-                           name "/" name "-" version ".tar.gz"))
+       (uri (string-append "mirror://savannah/lzip/clzip/"
+                           "clzip-" version ".tar.gz"))
        (sha256
         (base32 "03xcmhl3dya4jrwmsqh09ikimpb36fr3vkh2bwfzz1sbcns0cdg3"))))
     (build-system gnu-build-system)



reply via email to

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