From c3cfa732512bbf34e807392a76f6f5b7d9860d24 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 25 Dec 2019 16:55:55 +0100 Subject: gnu: nethack: Update to 3.6.4. * gnu/packages/games.scm (nethack): Update to 3.6.4. --- gnu/packages/games.scm | 4 ++-- 1 file 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) -- cgit v1.2.3