diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-06-21 08:41:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-22 23:07:09 +0200 |
commit | 0a2de1c296f30fed32977dd415d53c96a4321832 (patch) | |
tree | a248525cb4d7915d636f7709bbf39ee2ad4ba556 | |
parent | 3116c8b5e05d5fd120a2da1fbac51acafc13dfb0 (diff) | |
download | guix-0a2de1c296f30fed32977dd415d53c96a4321832.tar guix-0a2de1c296f30fed32977dd415d53c96a4321832.tar.gz |
gnu: higan: Update to 102.
* gnu/packages/games.scm (higan): Update to 102.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 730fde68d8..f5f88e98dd 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2701,7 +2701,7 @@ Red Eclipse provides fast paced and accessible gameplay.") (define-public higan (package (name "higan") - (version "101") + (version "102") (source (origin (method url-fetch) @@ -2710,7 +2710,7 @@ Red Eclipse provides fast paced and accessible gameplay.") 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 |