all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3.
@ 2025-01-02 18:43 Yovan Naumovski
  2025-01-03 13:40 ` [bug#75297] QA review for 75297 Noé Lopez via Guix-patches via
  2025-01-03 19:22 ` [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3 Ian Eure
  0 siblings, 2 replies; 3+ messages in thread
From: Yovan Naumovski @ 2025-01-02 18:43 UTC (permalink / raw)
  To: 75297
  Cc: Yovan Naumovski, Adam Faiz, Liliana Marie Prikler,
	宋文武

* gnu/packages/games.scm (freeciv): Update to 3.1.3.
[inputs]: Remove sdl-mixer; Add sdl2-mixer, sqlite.

Change-Id: Id1cf7d6270cf787571929d920761ac8f70bb9f4c
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4608b8d2e8..d42c0b7d25 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6723,7 +6723,7 @@ (define-public kobodeluxe
 (define-public freeciv
   (package
    (name "freeciv")
-   (version "3.0.8")
+   (version "3.1.3")
    (source
     (origin
      (method url-fetch)
@@ -6735,10 +6735,10 @@ (define-public freeciv
                   (version-major+minor version) "/" version
                   "/freeciv-" version ".tar.xz")))
      (sha256
-      (base32 "1m3nwz0aad6p33zvmdldbw39riw2xqn99b6384bvx448c8ps6niv"))))
+      (base32 "0bvz5hqppj589w08bzrfzf5m6nwfwrzgg03lqb3p8hspjkx8c43l"))))
    (build-system gnu-build-system)
    (inputs
-    (list curl cyrus-sasl gtk+ sdl-mixer zlib))
+    (list curl cyrus-sasl gtk+ sdl2-mixer sqlite zlib))
    (native-inputs
     (list pkg-config))
    (home-page "https://www.freeciv.org/")

base-commit: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90
-- 
2.46.0





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

* [bug#75297] QA review for 75297
  2025-01-02 18:43 [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3 Yovan Naumovski
@ 2025-01-03 13:40 ` Noé Lopez via Guix-patches via
  2025-01-03 19:22 ` [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3 Ian Eure
  1 sibling, 0 replies; 3+ messages in thread
From: Noé Lopez via Guix-patches via @ 2025-01-03 13:40 UTC (permalink / raw)
  To: control, 75297

user guix
usertag 75297 + reviewed-looks-good
thanks

Guix QA review form submission:
Thanks for the patch!

Items marked as checked: Lint warnings, Package builds, Commit messages




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

* [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3.
  2025-01-02 18:43 [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3 Yovan Naumovski
  2025-01-03 13:40 ` [bug#75297] QA review for 75297 Noé Lopez via Guix-patches via
@ 2025-01-03 19:22 ` Ian Eure
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Eure @ 2025-01-03 19:22 UTC (permalink / raw)
  To: 75297; +Cc: control

close 75297
thanks

Pushed as 851c550290ee39ea8beeded60730f2da82b32e1c.

Thanks,
  -- Ian




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

end of thread, other threads:[~2025-01-03 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 18:43 [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3 Yovan Naumovski
2025-01-03 13:40 ` [bug#75297] QA review for 75297 Noé Lopez via Guix-patches via
2025-01-03 19:22 ` [bug#75297] [PATCH] gnu: freeciv: Update to 3.1.3 Ian Eure

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.