guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 06/06: gnu: epiphany: Don't use NAME in source URI.
Date: Tue, 16 Apr 2019 16:40:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dd3266ecde51896fea45ed763b3a360810364503
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 16 22:39:49 2019 +0200

    gnu: epiphany: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (epiphany)[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 5ebff40..101c0ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4251,9 +4251,9 @@ a secret password store, an adblocker, and a modern UI.")
     (version "3.28.3.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/epiphany/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "epiphany-" version ".tar.xz"))
               (sha256
                (base32
                 "1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9"))))



reply via email to

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