guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: mm-common: Don't use NAME in source URI.


From: guix-commits
Subject: 03/17: gnu: mm-common: Don't use NAME in source URI.
Date: Tue, 9 Jun 2020 22:38:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02cb4ca75750c117906537296b8b38c880b5e283
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 00:42:06 2020 +0200

    gnu: mm-common: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (mm-common)[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 b4a1fba..514f8e6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -292,9 +292,9 @@ freedesktop.org desktop notification specification.")
     (version "1.0.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/mm-common/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "mm-common-" version ".tar.xz"))
               (sha256
                (base32
                 "1m4w33da9f4rx2d6kdj3ix3kl0gn16ml82v2mdn4hljr3q29nzdr"))))



reply via email to

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