guix-patches
[Top][All Lists]
Advanced

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

[bug#56533] [PATCH] sushi-42: Update source URI


From: Simon Streit
Subject: [bug#56533] [PATCH] sushi-42: Update source URI
Date: Wed, 13 Jul 2022 14:34:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello Jacob,

Jacob Hrbek <kreyren@rixotstudio.cz> writes:

> The current checksum doesn't match the tarball so this updates it
>
> BEWARE: Possible security issue on GNOME's end due to the checksum not
> matching

This package still builds perfectly fine with the old hash.  On the
contrary the source uri is failing at the moment.  This I locally fixed
it.  Sorry if this is contradictory now and for hijacking this thread.

>From a489536562c66ab4085d24cf2c495b2639ba55d1 Mon Sep 17 00:00:00 2001
From: Simon Streit <simon@netpanic.org>
Date: Wed, 13 Jul 2022 14:06:21 +0200
Subject: [PATCH] gnu: sushi: Fix source path.

* gnu/packages/gnome.scm (sushi): Fix source path.
---
 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 @@ (define-public sushi
     (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
-- 
2.36.1





reply via email to

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