guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: wimlib: Don't use NAME in source URI.


From: guix-commits
Subject: 03/10: gnu: wimlib: Don't use NAME in source URI.
Date: Thu, 21 Feb 2019 11:39:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1a05bce2759fd1f089188e62c14dba07d087c87d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 21 01:12:28 2019 +0100

    gnu: wimlib: Don't use NAME in source URI.
    
    * gnu/packages/backup.scm (wimlib)[source]: Hard-code NAME.
---
 gnu/packages/backup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index afc085f..3178a78 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -679,7 +679,7 @@ changes are stored.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wimlib.net/downloads/";
-                                  name "-" version ".tar.gz"))
+                                  "wimlib-" version ".tar.gz"))
               (sha256
                (base32
                 "02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))



reply via email to

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