GNU bug report logs -
#52938
[PATCH] gnu: freegish: Fix build with GCC 10.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sat, 1 Jan 2022 22:18:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/games.scm (freegish): Update to latest commit that
includes a fix for the GCC 10 build-failure.
---
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 3e6cdf4514..d4653c912e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5962,8 +5962,8 @@ Magic, Egypt, Indians, Norsemen, Persian or Romans.")
(license license:gpl2+)))
(define-public freegish
- (let ((commit "8795cd7adc95957883f2d3465eb9036a774667a7")
- (revision "1"))
+ (let ((commit "21977ee5fc2008231b35160df00efe954c508b16")
+ (revision "2"))
(package
(name "freegish")
(version (string-append "0-" revision "." (string-take commit 9)))
@@ -5975,7 +5975,7 @@ Magic, Egypt, Indians, Norsemen, Persian or Romans.")
(file-name (git-file-name name version))
(sha256
(base32
- "1p1zf5qqagmcpi1db2bs02cnalpy3qiymp6yzan7k1bhmv859gsx"))
+ "1qh0gcnbyxyzmb13jifwba4xrzj94m4w9whdvl0gnds6ricmwply"))
(modules '((guix build utils)))
;; The audio files in the "music" directory are licensed under
;; CC-BY-NC, so we delete them.
--
2.30.2
This bug report was last modified 3 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.