diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 16:55:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 17:10:51 +0100 |
commit | c3cfa732512bbf34e807392a76f6f5b7d9860d24 (patch) | |
tree | 98d0672c12ab4231d04d10a86663eee42aa683a0 | |
parent | aabe373b2f8ff072e5bbaf59dbfab81b1403552f (diff) |
gnu: nethack: Update to 3.6.4.
* gnu/packages/games.scm (nethack): Update to 3.6.4.
-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 b27c59ed60..80ea82c123 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -946,7 +946,7 @@ watch your CPU playing while enjoying a cup of tea!") (define-public nethack (package (name "nethack") - (version "3.6.2") + (version "3.6.4") (source (origin (method url-fetch) @@ -954,7 +954,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 "07fvkm3v11a4pjrq2f66vjslljsvk6raal53skn4gqsfdbd0ml7v")))) + (base32 "0ndxgnsprwgjnk0qb24iljkpijnfncgvfb3h3zb129h3cs2anc85")))) (inputs `(("ncurses" ,ncurses) ("bison" ,bison) |