GNU bug report logs - #76306
[PATCH] gnu: gnome-chess: Fix source URI.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Sat, 15 Feb 2025 16:37:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: bug#76306: closed (Re: [bug#76306] [PATCH] gnu: gnome-chess: Fix
 source URI.)
Date: Sun, 16 Feb 2025 06:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76306: [PATCH] gnu: gnome-chess: Fix source URI.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76306 <at> debbugs.gnu.org.

-- 
76306: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76306
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, Leo Famulari <leo <at> famulari.name>
Cc: 宋文武 <iyzsong <at> envs.net>,
 76306-done <at> debbugs.gnu.org, Adam Faiz <adam.faiz <at> disroot.org>
Subject: Re: [bug#76306] [PATCH] gnu: gnome-chess: Fix source URI.
Date: Sun, 16 Feb 2025 07:46:35 +0100
Am Sonntag, dem 16.02.2025 um 06:59 +0100 schrieb Vivien Kraus:
> Le samedi 15 février 2025 à 19:16 -0500, Leo Famulari a écrit :
> > /gnu/store/86myh2j4qrn2mljsqlgk45i8c6a0fx5d-gnome-chess-
> > 3.37.3.tar.xz.drv
> 
> I’m sorry, I have just set up mumi send-email (still not 100%
> working) and it forgot to indicate it is intended for gnome-team.
> Should I send a V2 with [PATCH gnome-team] in the subject?
No need to, I pushed it just now.  Thanks for the clarification.

Cheers

[Message part 3 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: [PATCH] gnu: gnome-chess: Fix source URI.
Date: Sat, 15 Feb 2025 17:26:37 +0100
* gnu/packages/games.scm (gnome-chess): Update the source URI.

Change-Id: I1fb791e5b03e0841269e03634c7d31f9a4314d67
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b58fdcd315..de1472a0f7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2294,7 +2294,7 @@ (define-public gnome-chess
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-chess/"
-                                  (version-major+minor version)  "/"
+                                  (version-major version)  "/"
                                   "gnome-chess-" version ".tar.xz"))
               (sha256
                (base32

base-commit: 9a8fc85ab8e8c0946977d9bdbc1faf46de0a2c98
-- 
2.48.1




This bug report was last modified 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.