GNU bug report logs - #78361
[PATCH] gnu: sgt-puzzles: Update to 20250510.

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Sat, 10 May 2025 20:54:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 78361 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>, Adam Faiz <adam.faiz <at> disroot.org>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#78361] [PATCH] gnu: sgt-puzzles: Update to 20250510.
Date: Sat, 10 May 2025 22:53:16 +0200
* gnu/packages/games.scm (sgt-puzzles): Update to 20250510.

Change-Id: Iaecc449658a7356ae201c7ab84313a7dfe070e3b
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index d75d21e6f7..a7564d744f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1132,11 +1132,11 @@ (define-public rogue
     (license license:bsd-3)))
 
 (define-public sgt-puzzles
-  (let ((commit "80aac3104096aee4057b675c53ece8e60793aa90")
+  (let ((commit "50985e9f2c54ad44e8c26491ddddd698bc02fd06")
         (revision "0"))
     (package
       (name "sgt-puzzles")
-      (version (git-version "20240302" revision commit))
+      (version (git-version "20250510" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -1145,7 +1145,7 @@ (define-public sgt-puzzles
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0z4clv0xi98q28riz323ppn165cm62gj1c6h3xdd2sym4v8gy65z"))))
+          (base32 "0j3bnzw4bbbm1nl9zmkmhcpk1zm64jmfjiymsjw8axzq5af19jvj"))))
       (build-system cmake-build-system)
       (arguments
        (list

base-commit: efbc986d803190917097f51a899e1f4f3785c28a
-- 
2.49.0





This bug report was last modified 62 days ago.

Previous Next


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