gnu: naev: Update to 0.10.1.

* gnu/packages/games.scm (naev): Update to 0.10.1.
This commit is contained in:
Nicolas Goaziou 2022-12-30 11:32:12 +01:00
parent c1f9861c60
commit 01762b7171
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7930,7 +7930,7 @@ (define-public frotz
(define-public naev (define-public naev
(package (package
(name "naev") (name "naev")
(version "0.10.0") (version "0.10.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7940,7 +7940,7 @@ (define-public naev
(recursive? #t))) ; for game data (recursive? #t))) ; for game data
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "183dbi4a91xggxm1rmn7vr8rq519yz7b3zhrd03azsg6fxylv9wn")))) (base32 "0kvfv2ra0jq1ggf4apsx1j1xhrhjz3fn1j8p4q3a9c4m19fq4qzr"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
;; XXX: Do not add debugging symbols, which cause the build to fail. ;; XXX: Do not add debugging symbols, which cause the build to fail.