guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: naev: Update to 0.9.2.


From: guix-commits
Subject: branch master updated: gnu: naev: Update to 0.9.2.
Date: Fri, 21 Jan 2022 15:47:13 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9dbc503223 gnu: naev: Update to 0.9.2.
9dbc503223 is described below

commit 9dbc5032232c1d031ce8e940a4b5f52aed147c71
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 21 21:46:30 2022 +0100

    gnu: naev: Update to 0.9.2.
    
    * gnu/packages/games.scm (naev): Update to 0.9.2.
    [inputs]: Add python since Meson build-system does not propagate it anymore.
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3e5cb7ae95..cc8f2f796f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -30,7 +30,7 @@
 ;;; Copyright © 2017, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2017–2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2017, 2022–2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2018 okapi <okapi@firemail.cc>
 ;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2018 Madalin Ionel-Patrascu 
<madalinionel.patrascu@mdc-berlin.de>
@@ -7928,14 +7928,14 @@ ncurses for text display.")
 (define-public naev
   (package
     (name "naev")
-    (version "0.9.1")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/naev/naev/releases/download/v";
                            version "/naev-" version "-source.tar.xz"))
        (sha256
-        (base32 "1v7ibl0xdr8a93c73mbbg1lnsc1a67nsg1waqb8fsdw6yrs39508"))))
+        (base32 "1p6424n2rgrlb0h71gvww40vxs1h583d9im8bzgmv6dhgclbg0nl"))))
     (build-system meson-build-system)
     (arguments
      ;; XXX: Do not add debugging symbols, which cause the build to fail.
@@ -7955,6 +7955,7 @@ ncurses for text display.")
            openal
            openblas
            physfs
+           python
            python-pyyaml
            (sdl-union (list sdl2 sdl2-image sdl2-mixer))
            suitesparse))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]