mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: higan: Update to 102.
* gnu/packages/games.scm (higan): Update to 102. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3116c8b5e0
commit
0a2de1c296
1 changed files with 2 additions and 2 deletions
|
@ -2701,7 +2701,7 @@ (define-public red-eclipse
|
|||
(define-public higan
|
||||
(package
|
||||
(name "higan")
|
||||
(version "101")
|
||||
(version "102")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2710,7 +2710,7 @@ (define-public higan
|
|||
version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qavwkmzc63p6qplmxii4gc541z5mcs8gjwh3m4y7i576r7rcbk9"))
|
||||
(base32 "0zw3r50ay1mk7ni7cn06v9bbgry4mcyrwbg49c3nk1sks49hxyx5"))
|
||||
(patches (search-patches "higan-remove-march-native-flag.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue