aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2017-06-23 06:09:40 +0200
committerArun Isaac <arunisaac@systemreboot.net>2017-06-23 13:49:25 +0530
commit21ab5949177aae2d222d690948e5e54ca541dfc6 (patch)
treef02c5a4a2b07cd63fb933b78a8f2ec78c953cd95
parentb37b48f8192678c1c0f72a62d3ad33c19da55d14 (diff)
downloadguix-21ab5949177aae2d222d690948e5e54ca541dfc6.tar
guix-21ab5949177aae2d222d690948e5e54ca541dfc6.tar.gz
gnu: higan: Update to 103.
* gnu/packages/games.scm (higan): Update to 103. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 853fafd370..0d8e9ecc51 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2759,7 +2759,7 @@ Red Eclipse provides fast paced and accessible gameplay.")
(define-public higan
(package
(name "higan")
- (version "102")
+ (version "103")
(source
(origin
(method url-fetch)
@@ -2768,7 +2768,7 @@ Red Eclipse provides fast paced and accessible gameplay.")
version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0zw3r50ay1mk7ni7cn06v9bbgry4mcyrwbg49c3nk1sks49hxyx5"))
+ (base32 "013r0lcm0qw8zwavz977mqk2clg80gngkjijr3n0q8snpc1727r7"))
(patches (search-patches "higan-remove-march-native-flag.patch"))))
(build-system gnu-build-system)
(native-inputs