guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: cogl: Don't use NAME in source URI.


From: guix-commits
Subject: 06/13: gnu: cogl: Don't use NAME in source URI.
Date: Sun, 29 Sep 2019 11:37:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5754f0cfb58f64592a6fad3fa74e7354cf187caf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 22:25:49 2019 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b6e5b3c..38339fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3431,9 +3431,9 @@ throughout GNOME for API documentation).")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://gnome/sources/" name "/"
+       (uri (string-append "mirror://gnome/sources/cogl/"
                            (version-major+minor version) "/"
-                           name "-" version ".tar.xz"))
+                           "cogl-" version ".tar.xz"))
        (sha256
         (base32
          "03f0ha3qk7ca0nnkkcr1garrm1n1vvfqhkz9lwjm592fnv6ii9rr"))))



reply via email to

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