diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-08-23 20:23:14 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2017-08-23 20:24:15 +0800 |
commit | 8a7f958ed97bbd1dc125ed51f304e41e14fffac7 (patch) | |
tree | 9037aff304205c9994edca69428d65548d86f414 /gnu/packages/games.scm | |
parent | 56cdca95372f8c64472126f6d56e246b33ecc8c8 (diff) | |
download | patches-8a7f958ed97bbd1dc125ed51f304e41e14fffac7.tar patches-8a7f958ed97bbd1dc125ed51f304e41e14fffac7.tar.gz |
gnu: higan: Update to 104.
* gnu/packages/games.scm (higan): Update to 104.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/games.scm')
-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 834d402949..9e7b579907 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2870,7 +2870,7 @@ Red Eclipse provides fast paced and accessible gameplay.") (define-public higan (package (name "higan") - (version "103") + (version "104") (source (origin (method url-fetch) @@ -2879,7 +2879,7 @@ Red Eclipse provides fast paced and accessible gameplay.") version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "013r0lcm0qw8zwavz977mqk2clg80gngkjijr3n0q8snpc1727r7")) + (base32 "18by01ir2mvdi9hq571in1hk18gw2bd0ynq4avfs1qj0qra35fqb")) (patches (search-patches "higan-remove-march-native-flag.patch")))) (build-system gnu-build-system) (native-inputs |