guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sushi: Fix URI.


From: guix-commits
Subject: branch master updated: gnu: sushi: Fix URI.
Date: Wed, 13 Jul 2022 08:40:57 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6d5b3df7af gnu: sushi: Fix URI.
6d5b3df7af is described below

commit 6d5b3df7afefa6b038c8430ae3e1650af986ad1e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jul 13 08:38:56 2022 -0400

    gnu: sushi: Fix URI.
    
    Fixes <https://issues.guix.gnu.org/56537>, introduced with ef82f34482.
    
    * gnu/packages/gnome.scm (sushi)[source]: Adjust URI.
    
    Reported-by: Christopher Howard <christopher@librehacker.com>
---
 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 c80663f472..0ce96d41de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1588,7 +1588,7 @@ sharing to the masses.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

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