guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: brasero: Hard-code name in source uri.


From: guix-commits
Subject: 02/10: gnu: brasero: Hard-code name in source uri.
Date: Tue, 17 Dec 2019 03:47:05 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d1df75543556be079cbcd658adb86d9bf281e10a
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 17 09:30:40 2019 +0200

    gnu: brasero: Hard-code name in source uri.
    
    * gnu/packages/gnome.scm (brasero)[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 1d4d756..a98e2fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -193,9 +193,9 @@
     (version "3.12.2")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/" name "/"
+             (uri (string-append "mirror://gnome/sources/brasero/"
                                  (version-major+minor version) "/"
-                                 name "-" version ".tar.xz"))
+                                 "brasero-" version ".tar.xz"))
              (sha256
               (base32
                "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))



reply via email to

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