unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68385] [PATCH] gnu: wesnoth: Update to 1.16.11.
@ 2024-01-11 13:36 iyzsong--- via Guix-patches via
  2024-01-12 16:16 ` bug#68385: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 13:36 UTC (permalink / raw)
  To: 68385
  Cc: 宋文武, Liliana Marie Prikler,
	宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.

Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
---
 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 @@ (define-public gnujump
 (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

base-commit: a2506761c4caf25be2590fa1df7b2c1765b48b94
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68385: [PATCH] gnu: wesnoth: Update to 1.16.11.
  2024-01-11 13:36 [bug#68385] [PATCH] gnu: wesnoth: Update to 1.16.11 iyzsong--- via Guix-patches via
@ 2024-01-12 16:16 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-12 16:16 UTC (permalink / raw)
  To: iyzsong; +Cc: 68385-done, 宋文武, Liliana Marie Prikler


> * gnu/packages/games.scm (wesnoth): Update to 1.16.11.
> [source]: Use 'git-file-name'.

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-12 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 13:36 [bug#68385] [PATCH] gnu: wesnoth: Update to 1.16.11 iyzsong--- via Guix-patches via
2024-01-12 16:16 ` bug#68385: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).