diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-13 17:57:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-14 00:05:08 +0200 |
commit | 4c9577443f9a646d884e8fad99846e7a37b6b288 (patch) | |
tree | df4782c0861c7c6947753d533b4ac5730586508e | |
parent | fbbaf04d885e172f86348f64cc2fe99633a9e78d (diff) | |
download | guix-4c9577443f9a646d884e8fad99846e7a37b6b288.tar guix-4c9577443f9a646d884e8fad99846e7a37b6b288.tar.gz |
gnu: angband: Update to 4.2.1.
* gnu/packages/games.scm (angband): Update to 4.2.1.
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9398524e47..107115170a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1892,7 +1892,7 @@ that beneath its ruins lay buried an ancient evil.") (define-public angband (package (name "angband") - (version "4.2.0") + (version "4.2.1") (source (origin (method url-fetch) @@ -1900,8 +1900,7 @@ that beneath its ruins lay buried an ancient evil.") (version-major+minor version) "/angband-" version ".tar.gz")) (sha256 - (base32 - "0vdm1ymm28wawp94nl1p5q3lhc0k7cnn2kkvvrkfx962gif4kqfk")) + (base32 "03qdavkj2ik02mqjxmlm5bn17ba3yxb1rirp8ghnxy3bsk4kbmxc")) (modules '((guix build utils))) (snippet ;; So, some of the sounds/graphics/tilesets are under different |