diff mbox series

[bug#61111] gnu: naev: Update to 0.10.3.

Message ID 20230128090824.1662239-1-mail@nicolasgoaziou.fr
State New
Headers show
Series [bug#61111] gnu: naev: Update to 0.10.3. | expand

Commit Message

Nicolas Goaziou Jan. 28, 2023, 9:08 a.m. UTC
* gnu/packages/games.scm (naev): Update to 0.10.3.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 1163349b7009ba60f7e441952a798d5df255db0d

Comments

Nicolas Goaziou Feb. 4, 2023, 6:12 p.m. UTC | #1
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/games.scm (naev): Update to 0.10.3.

Applied.
diff mbox series

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 181e826aa7..7e4c3fdd78 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7931,7 +7931,7 @@  (define-public frotz
 (define-public naev
   (package
     (name "naev")
-    (version "0.10.2")
+    (version "0.10.3")
     (source
      (origin
        (method git-fetch)
@@ -7941,7 +7941,7 @@  (define-public naev
              (recursive? #t))) ; for game data
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ll5a6ldc2khagwrkb3z84rp7cf1hb83lw0yc1di481xgr6f960q"))))
+        (base32 "0hqc2j7lf5ay461l164c63jncmjdvnkm2nf90246njimhz2in056"))))
     (build-system meson-build-system)
     (arguments
      ;; XXX: Do not add debugging symbols, which cause the build to fail.