summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 23:49:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-11 00:13:56 +0100
commit9d9da65f153d5a9809a13dfe113391ba5c7c3fec (patch)
tree04549ac0e7288b2434928adb3c472b593d917e30 /gnu/packages/games.scm
parent806b0c2c6e59b76f264a772b7c205822744dbb7c (diff)
downloadguix-9d9da65f153d5a9809a13dfe113391ba5c7c3fec.tar.gz
gnu: nethack: Update to 3.6.6.
* gnu/packages/games.scm (nethack): Update to 3.6.6.
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 fa802c79fe..04591df818 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1118,7 +1118,7 @@ watch your CPU playing while enjoying a cup of tea!")
 (define-public nethack
   (package
     (name "nethack")
-    (version "3.6.5")
+    (version "3.6.6")
     (source
       (origin
         (method url-fetch)
@@ -1126,7 +1126,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 "0xifs8pqfffnmkbpmrcd1xf14yakcj06nl2bbhy4dyacg8myysmv"))))
+          (base32 "1liyckjp34j354qnxc1zn9730lh1p2dabrg1hap24z6xnqx0rpng"))))
     (inputs
       `(("ncurses" ,ncurses)
         ("bison" ,bison)