guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: evince: Don't use NAME in source URI.


From: guix-commits
Subject: 05/07: gnu: evince: Don't use NAME in source URI.
Date: Thu, 2 Jan 2020 16:57:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ac6313280978e762dd74feaff123cfafc1c80462
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 2 01:09:05 2020 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 036547f..564ea07 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -21,7 +21,7 @@
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2017, 2018 nee <address@hidden>
@@ -1006,9 +1006,9 @@ forgotten when the session ends.")
     (version "3.34.1")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/" name "/"
+             (uri (string-append "mirror://gnome/sources/evince/"
                                  (version-major+minor version) "/"
-                                 name "-" version ".tar.xz"))
+                                 "evince-" version ".tar.xz"))
              (sha256
               (base32
                "1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45"))))



reply via email to

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