diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-04-07 07:17:14 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-15 13:30:48 +0900 |
| commit | ee985ff4d6320d601467cb8e2a170268c20f966b (patch) | |
| tree | ded61fe8fa434a28d890222f4a6c8c7d3c89e4f9 /gnu/packages | |
| parent | 4fdaa6e2f27b35ffa5c3dcb408a1d9442a0ddfa7 (diff) | |
gnu: wesnoth: Update to 1.18.7.
* gnu/packages/games.scm (wesnoth): Update to 1.18.7.
Change-Id: I61040ae6417afa851c51799aef1f6245bf0c5dd0
Merges: https://codeberg.org/guix/guix/pulls/7721
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages')
| -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 cd575654174..d64c1cc8e5d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -5521,7 +5521,7 @@ falling, themeable graphics and sounds, and replays.") | |||
| 5521 | (name "wesnoth") | 5521 | (name "wesnoth") |
| 5522 | ;; Even-numbered minor versions indicate stable versions: | 5522 | ;; Even-numbered minor versions indicate stable versions: |
| 5523 | ;; https://wiki.wesnoth.org/ReleasingWesnoth#Version_numbering | 5523 | ;; https://wiki.wesnoth.org/ReleasingWesnoth#Version_numbering |
| 5524 | (version "1.18.6") | 5524 | (version "1.18.7") |
| 5525 | (source (origin | 5525 | (source (origin |
| 5526 | (method git-fetch) | 5526 | (method git-fetch) |
| 5527 | (uri (git-reference | 5527 | (uri (git-reference |
| @@ -5530,7 +5530,7 @@ falling, themeable graphics and sounds, and replays.") | |||
| 5530 | (file-name (git-file-name name version)) | 5530 | (file-name (git-file-name name version)) |
| 5531 | (sha256 | 5531 | (sha256 |
| 5532 | (base32 | 5532 | (base32 |
| 5533 | "0cdlczxczqgzdaqwydb9gfgi7d9jc39li72p2rb5nk1rlgfff79s")))) | 5533 | "0hdrp4xm9d8kj8id2g5q0wwdwykx4a0f1cs8a7fghmv0czryfv7f")))) |
| 5534 | (build-system cmake-build-system) | 5534 | (build-system cmake-build-system) |
| 5535 | (arguments | 5535 | (arguments |
| 5536 | (list #:tests? #f ;no test target | 5536 | (list #:tests? #f ;no test target |
