summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-05-11 20:07:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-05-11 23:35:32 +0200
commitef81faeec0bde80acd93e8290d11d429d69a65bf (patch)
treeb6cff0c8862349555503115e2e76e21d66bb9ea1 /gnu
parentcbe7c99e711ae1f7f7228d1fa35ff61a44e61f82 (diff)
downloadpatches-ef81faeec0bde80acd93e8290d11d429d69a65bf.tar
patches-ef81faeec0bde80acd93e8290d11d429d69a65bf.tar.gz
gnu: nethack: Update to 3.6.2.
* gnu/packages/games.scm (nethack): Update to 3.6.2.
Diffstat (limited to 'gnu')
-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 b982224127..0f05f3fdcf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -920,7 +920,7 @@ watch your CPU playing while enjoying a cup of tea!")
(define-public nethack
(package
(name "nethack")
- (version "3.6.1")
+ (version "3.6.2")
(source
(origin
(method url-fetch)
@@ -928,7 +928,7 @@ watch your CPU playing while enjoying a cup of tea!")
(string-append "https://www.nethack.org/download/" version "/nethack-"
(string-join (string-split version #\.) "") "-src.tgz"))
(sha256
- (base32 "1dha0ijvxhx7c9hr0452h93x81iiqsll8bc9msdnp7xdqcfbz32b"))))
+ (base32 "07fvkm3v11a4pjrq2f66vjslljsvk6raal53skn4gqsfdbd0ml7v"))))
(inputs
`(("ncurses" ,ncurses)
("bison" ,bison)