diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-03 18:32:21 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-03 18:32:21 +0200 |
commit | bea272b0ba1a062185bd5bfe36cccdbbe204d871 (patch) | |
tree | 46caa801527812cc0fd2e49fc5065e7d0a7995a9 /gnu/packages/games.scm | |
parent | 8fa40bf0ed2b10d91ff69fa38f9c805b198f8bd1 (diff) |
gnu: naev: Update to 0.9.4.
* gnu/packages/games.scm (naev): Update to 0.9.4.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8b655cc0e4..7d2ba0344b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7994,7 +7994,7 @@ ncurses for text display.") (define-public naev (package (name "naev") - (version "0.9.3") + (version "0.9.4") (source (origin (method git-fetch) @@ -8004,7 +8004,7 @@ ncurses for text display.") (recursive? #t))) ; for game data (file-name (git-file-name name version)) (sha256 - (base32 "0hvgxzvph9s5gdzlj5kjnz2d2j7bi8s11k7i6540837mnppah18j")))) + (base32 "0isswidhxhs2q5c4cxryjr8y8ibfxckpfyccly3b4lg1nxvm5gjv")))) (build-system meson-build-system) (arguments ;; XXX: Do not add debugging symbols, which cause the build to fail. |