[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10.
From: |
Felix Gruber |
Subject: |
[bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10. |
Date: |
Sat, 1 Jan 2022 22:17:08 +0000 |
* 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
- [bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10.,
Felix Gruber <=