guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: colord: Don't use NAME in source URI.


From: guix-commits
Subject: 01/03: gnu: colord: Don't use NAME in source URI.
Date: Wed, 23 Oct 2019 19:09:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d21778aa86babe4649be01266ffc49cf0152bc94
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 23 22:58:01 2019 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 870c4be..0e2c6eb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3028,7 +3028,7 @@ keyboard shortcuts.")
      (origin
        (method url-fetch)
        (uri (string-append 
"https://www.freedesktop.org/software/colord/releases/";
-                           name "-" version ".tar.xz"))
+                           "colord-" version ".tar.xz"))
        (sha256
         (base32
          "1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls"))))



reply via email to

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