summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-01-15 14:45:50 -0500
committerKei Kebreau <kkebreau@posteo.net>2019-01-15 14:48:59 -0500
commit8fb8afd98cf46558f4176a4bd20c52f5dc45cb15 (patch)
tree95d1e93538648df41a3f781908ff4d3fceee4684 /gnu
parentb03131902e2618de10d6be15531ca2b44717d397 (diff)
downloadguix-patches-8fb8afd98cf46558f4176a4bd20c52f5dc45cb15.tar
guix-patches-8fb8afd98cf46558f4176a4bd20c52f5dc45cb15.tar.gz
gnu: hyperrogue: Update to 10.5d.
* gnu/packages/games.scm (hyperrogue): Update to 10.5d.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 33dbccf879..bdf184ddab 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3651,7 +3651,7 @@ throwing people around in pseudo-randomly generated buildings.")
(define-public hyperrogue
(package
(name "hyperrogue")
- (version "10.5")
+ (version "10.5d")
;; When updating this package, be sure to update the "hyperrogue-data"
;; origin in native-inputs.
(source (origin
@@ -3662,7 +3662,7 @@ throwing people around in pseudo-randomly generated buildings.")
"-src.tgz"))
(sha256
(base32
- "04wk50f51xrb9vszwil4ivkfpy7xc6nw3gnp90hbna2zqi2jnvb8"))))
+ "1ls055v4pv2xmn2a8lav7wl370zn0wsd91q41bk0amxd168kcndy"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
@@ -3739,7 +3739,7 @@ throwing people around in pseudo-randomly generated buildings.")
"-win.zip"))
(sha256
(base32
- "0r6xvnr7b56iv27n8z10qmxhsz5h7w6ayhxkz3xinlvch84bk708"))))
+ "13n9hcvf9yv7kjghm5jhjpwq1kh94i4bgvcczky9kvdvw1y9278n"))))
("unzip" ,unzip)))
(inputs
`(("font-dejavu" ,font-dejavu)