* [bug#75995] [PATCH] gnu: freedoom: Update to 0.13.0.
@ 2025-02-01 17:58 Ian Eure
2025-02-02 6:37 ` bug#75995: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Ian Eure @ 2025-02-01 17:58 UTC (permalink / raw)
To: 75995; +Cc: Ian Eure
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#75995: [PATCH] gnu: freedoom: Update to 0.13.0.
2025-02-01 17:58 [bug#75995] [PATCH] gnu: freedoom: Update to 0.13.0 Ian Eure
@ 2025-02-02 6:37 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2025-02-02 6:37 UTC (permalink / raw)
To: Ian Eure; +Cc: 75995-done
Ian Eure <ian@retrospec.tv> writes:
> 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.
Pushed to master, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-02 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-01 17:58 [bug#75995] [PATCH] gnu: freedoom: Update to 0.13.0 Ian Eure
2025-02-02 6:37 ` bug#75995: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).