guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: cheese: Fix source URL.


From: guix-commits
Subject: 03/03: gnu: cheese: Fix source URL.
Date: Fri, 2 Sep 2022 04:57:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 162c7e1bc621b53152b1fa5b893a500107efd4e9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Sep 2 10:54:27 2022 +0200

    gnu: cheese: Fix source URL.
    
    This is a followup to 6e95917b645f3687c5c7dc9e612985ea2bc6f958, which
    would construct an incorrect URL.
    
    * gnu/packages/gnome.scm (cheese)[source]: In URL, change
    'version-major+minor' to 'version-major'.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 63c77c3f7c..c01c34d14d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10727,7 +10727,7 @@ photo-booth-like software, such as Cheese.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/" name "-"
+                                  (version-major version) "/" name "-"
                                   version ".tar.xz"))
               (sha256
                (base32



reply via email to

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