guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: shotwell: Don't use NAME in source URI.


From: guix-commits
Subject: 04/04: gnu: shotwell: Don't use NAME in source URI.
Date: Sat, 12 Oct 2019 16:16:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5497d68257fb5a7521886b203aa72e0428d86ac8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 12 22:15:41 2019 +0200

    gnu: shotwell: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (shotwell)[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 c86cd8c..aeec3db 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4724,9 +4724,9 @@ metadata in photo and video files of various formats.")
     (version "0.30.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/shotwell/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "shotwell-" version ".tar.xz"))
               (sha256
                (base32
                 "1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))



reply via email to

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