me
/
guix
Archived
1
0
Fork 0

gnu: angband: Update to 4.2.1.

* gnu/packages/games.scm (angband): Update to 4.2.1.
master
Tobias Geerinckx-Rice 2020-06-13 17:57:38 +02:00
parent fbbaf04d88
commit 4c9577443f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1892,7 +1892,7 @@ that beneath its ruins lay buried an ancient evil.")
(define-public angband (define-public angband
(package (package
(name "angband") (name "angband")
(version "4.2.0") (version "4.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1900,8 +1900,7 @@ that beneath its ruins lay buried an ancient evil.")
(version-major+minor version) (version-major+minor version)
"/angband-" version ".tar.gz")) "/angband-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "03qdavkj2ik02mqjxmlm5bn17ba3yxb1rirp8ghnxy3bsk4kbmxc"))
"0vdm1ymm28wawp94nl1p5q3lhc0k7cnn2kkvvrkfx962gif4kqfk"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; So, some of the sounds/graphics/tilesets are under different ;; So, some of the sounds/graphics/tilesets are under different