diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:10 +0200 |
commit | e5830022d9c03d0d2978315a58d00c27e66ae321 (patch) | |
tree | 0583f64a74e09ad3547bde8cdc4b7d0a1095638f /gnu/packages/games.scm | |
parent | 3aa9098bcbcab1ee041402ed7afaeef442522afd (diff) | |
download | guix-e5830022d9c03d0d2978315a58d00c27e66ae321.tar.gz |
gnu: wesnoth: Update to 1.16.9.
* gnu/packages/games.scm (wesnoth): Update to 1.16.9.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c1dc44950c..2b763b905e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4521,7 +4521,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.16.6") + (version "1.16.9") (source (origin (method git-fetch) (uri (git-reference @@ -4530,7 +4530,7 @@ falling, themeable graphics and sounds, and replays.") (file-name (string-append name "-" version ".tar.bz2")) (sha256 (base32 - "0hfvxmdnwn86w254blbjacia342j47rhhahm6ca79la9d04rlz3m")))) + "06gfgkg8f98jsj9vnbglw5lqflqzf0229n6wf3xl12carjzgaq9g")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ;no test target |