GNU bug report logs - #75995
[PATCH] gnu: freedoom: Update to 0.13.0.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Sat, 1 Feb 2025 18:00:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 75995 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75995; Package guix-patches. (Sat, 01 Feb 2025 18:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ian Eure <ian <at> retrospec.tv>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Feb 2025 18:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH] gnu: freedoom: Update to 0.13.0.
Date: Sat,  1 Feb 2025 09:58:53 -0800
The update of python-pillow to 11.x broke this package, since its build
process used pillow features which were removed in that version.  This is
addressed in the 0.13.0 release, so, update to that.

* gnu/packages/games.scm (freedoom): Update to 0.13.0.

Change-Id: I0b9233e49bbfe13d395163b813c334c3b4c3ebb1
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0a2cc2f97f..0e5dc016a1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1728,7 +1728,7 @@ (define-public foobillard++
 (define-public freedoom
   (package
     (name "freedoom")
-    (version "0.12.1")
+    (version "0.13.0")
     (source
      (origin
        (method git-fetch)
@@ -1737,7 +1737,7 @@ (define-public freedoom
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mq60lfwaaxmch7hsz8403pwafnlsmsd5z2df2j77ppwndwcrypb"))))
+        (base32 "01fwzwi4a68n26d627dkcn85jz854mc3zfnzzkvinmx9yy3z5qmq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags
-- 
2.47.1





This bug report was last modified today.

Previous Next


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