ngz pushed a commit to branch master
in repository guix.
commit 55544d6ec053bacff5ca2af6388924472deba103
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Jan 13 22:51:07 2023 +0100
gnu: naev: Update to 0.10.2.
* gnu/packages/games.scm (naev): Update to 0.10.2.
---
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 a0b21b3bdd..33ac04f60b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -30,7 +30,7 @@
;;; Copyright © 2017, 2019, 2020 Marius Bakke <[email protected]>
;;; Copyright © 2017, 2018 Rutger Helling <[email protected]>
;;; Copyright © 2017 Roel Janssen <[email protected]>
-;;; Copyright © 2017-2022 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2017-2023 Nicolas Goaziou <[email protected]>
;;; Copyright © 2018 okapi <[email protected]>
;;; Copyright © 2018 Tim Gesthuizen <[email protected]>
;;; Copyright © 2018 Madalin Ionel-Patrascu
<[email protected]>
@@ -7931,7 +7931,7 @@ ncurses for text display.")
(define-public naev
(package
(name "naev")
- (version "0.10.1")
+ (version "0.10.2")
(source
(origin
(method git-fetch)
@@ -7941,7 +7941,7 @@ ncurses for text display.")
(recursive? #t))) ; for game data
(file-name (git-file-name name version))
(sha256
- (base32 "0kvfv2ra0jq1ggf4apsx1j1xhrhjz3fn1j8p4q3a9c4m19fq4qzr"))))
+ (base32 "1ll5a6ldc2khagwrkb3z84rp7cf1hb83lw0yc1di481xgr6f960q"))))
(build-system meson-build-system)
(arguments
;; XXX: Do not add debugging symbols, which cause the build to fail.