mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: nethack: Update to 3.6.6.
* gnu/packages/games.scm (nethack): Update to 3.6.6.
This commit is contained in:
parent
806b0c2c6e
commit
9d9da65f15
1 changed files with 2 additions and 2 deletions
|
@ -1118,7 +1118,7 @@ (define-public ltris
|
||||||
(define-public nethack
|
(define-public nethack
|
||||||
(package
|
(package
|
||||||
(name "nethack")
|
(name "nethack")
|
||||||
(version "3.6.5")
|
(version "3.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1126,7 +1126,7 @@ (define-public nethack
|
||||||
(string-append "https://www.nethack.org/download/" version "/nethack-"
|
(string-append "https://www.nethack.org/download/" version "/nethack-"
|
||||||
(string-join (string-split version #\.) "") "-src.tgz"))
|
(string-join (string-split version #\.) "") "-src.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xifs8pqfffnmkbpmrcd1xf14yakcj06nl2bbhy4dyacg8myysmv"))))
|
(base32 "1liyckjp34j354qnxc1zn9730lh1p2dabrg1hap24z6xnqx0rpng"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)
|
`(("ncurses" ,ncurses)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
|
|
Loading…
Reference in a new issue