guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: libmbim: Don't use NAME in source URI.


From: guix-commits
Subject: 03/06: gnu: libmbim: Don't use NAME in source URI.
Date: Mon, 9 Sep 2019 18:24:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 351c804217d2b00b78e0be72069221a08d1a0768
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 8 01:32:50 2019 +0200

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

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 9cfdbca..63c99b2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -924,8 +924,8 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://www.freedesktop.org/software/"; name "/"
-                    name "-" version ".tar.xz"))
+                    "https://www.freedesktop.org/software/libmbim/";
+                    "libmbim-" version ".tar.xz"))
               (sha256
                (base32
                 "0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))



reply via email to

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