mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nethack: Update to 3.6.7.
* gnu/packages/games.scm (nethack): Update to 3.6.7.
This commit is contained in:
parent
11f078a1fb
commit
c9c4fea7c5
1 changed files with 2 additions and 2 deletions
|
@ -2070,7 +2070,7 @@ watch your CPU playing while enjoying a cup of tea!")
|
||||||
(define-public nethack
|
(define-public nethack
|
||||||
(package
|
(package
|
||||||
(name "nethack")
|
(name "nethack")
|
||||||
(version "3.6.6")
|
(version "3.6.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2078,7 +2078,7 @@ watch your CPU playing while enjoying a cup of tea!")
|
||||||
(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 "1liyckjp34j354qnxc1zn9730lh1p2dabrg1hap24z6xnqx0rpng"))))
|
(base32 "1cmc596x8maixi2bkx9kblp3daxw156ahnklc656dygbdpgngkwq"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison flex))
|
(list bison flex))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue