[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: wesnoth: Update to 1.16.11.
From: |
guix-commits |
Subject: |
06/12: gnu: wesnoth: Update to 1.16.11. |
Date: |
Fri, 12 Jan 2024 11:35:39 -0500 (EST) |
mothacehe pushed a commit to branch master
in repository guix.
commit 4c35b0302c786dad585e69b9f1b5a4c4b37bb010
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Jan 11 21:36:21 2024 +0800
gnu: wesnoth: Update to 1.16.11.
* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.
Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/games.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index cf2e38f49c..cd20c64dc4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2014 Cyrill Schenkel <cyrill.schenkel@gmail.com>
;;; Copyright © 2014 Sylvain Beucler <beuc@beuc.net>
;;; Copyright © 2014, 2015, 2018, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2014, 2015, 2016 Sou Bunnbu <iyzsong@gmail.com>
+;;; Copyright © 2014, 2015, 2016, 2024 宋文武 <iyzsong@envs.net>
;;; Copyright © 2014, 2015, 2019 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
@@ -4573,16 +4573,16 @@ falling, themeable graphics and sounds, and replays.")
(define-public wesnoth
(package
(name "wesnoth")
- (version "1.16.9")
+ (version "1.16.11")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wesnoth/wesnoth")
(commit version)))
- (file-name (string-append name "-" version ".tar.bz2"))
+ (file-name (git-file-name name version))
(sha256
(base32
- "06gfgkg8f98jsj9vnbglw5lqflqzf0229n6wf3xl12carjzgaq9g"))))
+ "0z0y2il4xq8fdj20fwfggpf6286hb099jh1kdywap9rlrybq142d"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ;no test target
- branch master updated (c4fa3e945e -> ea785c2bb8), guix-commits, 2024/01/12
- 03/12: tests: security: Fix fail2ban-extension-test., guix-commits, 2024/01/12
- 06/12: gnu: wesnoth: Update to 1.16.11.,
guix-commits <=
- 01/12: gnu: libsmbios: Restrict to only supported systems., guix-commits, 2024/01/12
- 12/12: gnu: python-wand: Fix libmagick access., guix-commits, 2024/01/12
- 11/12: doc: Fix typos and add readonly option to qemu invocation., guix-commits, 2024/01/12
- 09/12: scripts: size: Fix `guix size` with --system argument., guix-commits, 2024/01/12
- 05/12: gnu: laminar: Update to 1.3., guix-commits, 2024/01/12
- 02/12: gnu: fwupd: Depend on libsmbios only on supported systems., guix-commits, 2024/01/12
- 04/12: gnu: plocate: Update to 1.1.21., guix-commits, 2024/01/12
- 07/12: gnu: kakoune: update to 2023.08.05., guix-commits, 2024/01/12
- 08/12: gnu: poppler: Mention binaries in description., guix-commits, 2024/01/12
- 10/12: gnu: go-github-com-charmbracelet-glamour: Fix build., guix-commits, 2024/01/12