ngz pushed a commit to branch master
in repository guix.

commit ea9ba04a9b3690b80f8bc876f4939a1a9d462b8e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Dec 26 16:21:07 2024 +0100

    gnu: naev: Update to 0.12.0.
    
    * gnu/packages/games.scm (naev): Update to 0.12.0.
    
    Change-Id: I42134e3243a17504b4fb240d3bc172d268540c27
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 472929807e..4f4968b241 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8891,7 +8891,7 @@ ncurses for text display.")
 (define-public naev
   (package
     (name "naev")
-    (version "0.11.5")
+    (version "0.12.0")
     (source
      (origin
        (method git-fetch)
@@ -8901,7 +8901,7 @@ ncurses for text display.")
              (recursive? #t))) ; for game data
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wwgnlljcr3zhmxpb21lp9zgyyd198g6bisgykdj868b500f9lxx"))))
+        (base32 "14rvwacvc2gqyh193w8ymaznqrrymbznndfp6f5fjcs90iqnc4p5"))))
     (build-system meson-build-system)
     (arguments
      ;; XXX: Do not add debugging symbols, which cause the build to fail.

Reply via email to