all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58536] [PATCH] gnu: 0ad: Update to 0.0.26-alpha.
@ 2022-10-15  3:09 'Brendan Tildesley
  2022-10-16 18:36 ` bug#58536: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: 'Brendan Tildesley @ 2022-10-15  3:09 UTC (permalink / raw)
  To: 58536; +Cc: Brendan Tildesley

From: Brendan Tildesley <mail@brendan.scot>

* gnu/packages/games.scm
(0ad): Update to 0.0.26-alpha.
[inputs]: Add freetype.
(0ad-data): Update to 0.0.26-alpha.
---
 gnu/packages/games.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 05901df782..9104f26162 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -65,7 +65,7 @@
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 ;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
-;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2021 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022 Yovan Naumovski <yovan@gorski.stream>
@@ -6753,7 +6753,7 @@ (define-public lugaru
 (define-public 0ad-data
   (package
     (name "0ad-data")
-    (version "0.0.25b-alpha")
+    (version "0.0.26-alpha")
     (source
      (origin
        (method url-fetch)
@@ -6761,7 +6761,7 @@ (define-public 0ad-data
                            version "-unix-data.tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
-        (base32 "1c9zrddmjxvvacismld6fbwbw9vrdbq6g6d3424p8w5p6xg5wlwy"))))
+        (base32 "0z9dfw2hn2fyrx70866lv5464fbagdb8dip321wq10pqb22y805j"))))
     (build-system trivial-build-system)
     (native-inputs (list tar unzip xz))
     (arguments
@@ -6800,7 +6800,7 @@ (define-public 0ad-data
 (define-public 0ad
   (package
     (name "0ad")
-    (version "0.0.25b-alpha")
+    (version "0.0.26-alpha")
     (source
      (origin
        (method url-fetch)
@@ -6808,7 +6808,7 @@ (define-public 0ad
                            version "-unix-build.tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
-        (base32 "1p9fa8f7sjb9c5wl3mawzyfqvgr614kdkhrj2k4db9vkyisws3fp"))))
+        (base32 "0jzfq09ispi7740c01h6yqxqv9y3zx66d217z32pfbiiwgvns71f"))))
     ;; A snippet here would cause a build failure because of timestamps
     ;; reset.  See https://bugs.gnu.org/26734.
     (inputs
@@ -6816,6 +6816,7 @@ (define-public 0ad
            curl
            enet
            fmt
+           freetype
            gloox
            icu4c-68
            libidn
-- 
2.37.2





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

* bug#58536: [PATCH] gnu: 0ad: Update to 0.0.26-alpha.
  2022-10-15  3:09 [bug#58536] [PATCH] gnu: 0ad: Update to 0.0.26-alpha 'Brendan Tildesley
@ 2022-10-16 18:36 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-10-16 18:36 UTC (permalink / raw)
  To: 'Brendan Tildesley; +Cc: 58536-done

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]


'Brendan Tildesley <mail@brendan.scot> writes:

> From: Brendan Tildesley <mail@brendan.scot>
>
> * gnu/packages/games.scm
> (0ad): Update to 0.0.26-alpha.
> [inputs]: Add freetype.
> (0ad-data): Update to 0.0.26-alpha.
> ---
>  gnu/packages/games.scm | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)

Thanks Brendan, this looks good to me :)

I've gone ahead and pushed to master as
8935049db94620ac3c594593afba94d0c9e152c2.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-10-16 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15  3:09 [bug#58536] [PATCH] gnu: 0ad: Update to 0.0.26-alpha 'Brendan Tildesley
2022-10-16 18:36 ` bug#58536: " Christopher Baines

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.