gnu: nethack: Update to 3.6.6.

* gnu/packages/games.scm (nethack): Update to 3.6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-10 23:49:21 +01:00
parent 806b0c2c6e
commit 9d9da65f15
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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)