* [bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10.
@ 2022-01-01 22:17 Felix Gruber
2022-01-02 3:55 ` bug#52938: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-01-01 22:17 UTC (permalink / raw)
To: 52938; +Cc: Felix Gruber
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52938: [PATCH] gnu: freegish: Fix build with GCC 10.
2022-01-01 22:17 [bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10 Felix Gruber
@ 2022-01-02 3:55 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-01-02 3:55 UTC (permalink / raw)
To: Felix Gruber; +Cc: 52938-done
On Sat, Jan 01, 2022 at 10:17:08PM +0000, Felix Gruber wrote:
> * gnu/packages/games.scm (freegish): Update to latest commit that
> includes a fix for the GCC 10 build-failure.
Thanks! I tweaked the commit message and pushed as
6f83a503af908fdd732765e1327c6afb8f53f3d2
This package should be changed to use the git-version procedure instead
of using string-append to create the version, but that's not a pressing
matter.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-02 3:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01 22:17 [bug#52938] [PATCH] gnu: freegish: Fix build with GCC 10 Felix Gruber
2022-01-02 3:55 ` bug#52938: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.