me
/
guix
Archived
1
0
Fork 0

gnu: freegish: Update to 0-2.21977ee5f.

This fixes the build when using GCC 10.

* gnu/packages/games.scm (freegish): Update to 0-2.21977ee5f.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Felix Gruber 2022-01-01 22:17:08 +00:00 committed by Leo Famulari
parent 548dc324de
commit 6f83a503af
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -5962,8 +5962,8 @@ Magic, Egypt, Indians, Norsemen, Persian or Romans.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public freegish (define-public freegish
(let ((commit "8795cd7adc95957883f2d3465eb9036a774667a7") (let ((commit "21977ee5fc2008231b35160df00efe954c508b16")
(revision "1")) (revision "2"))
(package (package
(name "freegish") (name "freegish")
(version (string-append "0-" revision "." (string-take commit 9))) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1p1zf5qqagmcpi1db2bs02cnalpy3qiymp6yzan7k1bhmv859gsx")) "1qh0gcnbyxyzmb13jifwba4xrzj94m4w9whdvl0gnds6ricmwply"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; The audio files in the "music" directory are licensed under ;; The audio files in the "music" directory are licensed under
;; CC-BY-NC, so we delete them. ;; CC-BY-NC, so we delete them.