summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 21:48:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 21:56:58 +0100
commit41e9104dbac7f5587675cca108285ad77494ebce (patch)
tree2cc864402e3fbe7d4d2a9a7549391fdfd3eaf2a7 /gnu/packages/games.scm
parentaa7773402328920f79feebc380e750226cbda5ec (diff)
downloadguix-patches-41e9104dbac7f5587675cca108285ad77494ebce.tar
guix-patches-41e9104dbac7f5587675cca108285ad77494ebce.tar.gz
gnu: nethack: Update to 3.6.5.
* gnu/packages/games.scm (nethack): Update to 3.6.5.
Diffstat (limited to 'gnu/packages/games.scm')
-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 cb21a66133..3ec7f18fa2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1050,7 +1050,7 @@ watch your CPU playing while enjoying a cup of tea!")
(define-public nethack
(package
(name "nethack")
- (version "3.6.4")
+ (version "3.6.5")
(source
(origin
(method url-fetch)
@@ -1058,7 +1058,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 "0ndxgnsprwgjnk0qb24iljkpijnfncgvfb3h3zb129h3cs2anc85"))))
+ (base32 "0xifs8pqfffnmkbpmrcd1xf14yakcj06nl2bbhy4dyacg8myysmv"))))
(inputs
`(("ncurses" ,ncurses)
("bison" ,bison)