From 9dbc5032232c1d031ce8e940a4b5f52aed147c71 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 21 Jan 2022 21:46:30 +0100 Subject: gnu: naev: Update to 0.9.2. * gnu/packages/games.scm (naev): Update to 0.9.2. [inputs]: Add python since Meson build-system does not propagate it anymore. --- gnu/packages/games.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3e5cb7ae95..cc8f2f796f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -30,7 +30,7 @@ ;;; Copyright © 2017, 2019, 2020 Marius Bakke ;;; Copyright © 2017, 2018 Rutger Helling ;;; Copyright © 2017 Roel Janssen -;;; Copyright © 2017–2022 Nicolas Goaziou +;;; Copyright © 2017, 2022–2022 Nicolas Goaziou ;;; Copyright © 2018 okapi ;;; Copyright © 2018 Tim Gesthuizen ;;; Copyright © 2018 Madalin Ionel-Patrascu @@ -7928,14 +7928,14 @@ ncurses for text display.") (define-public naev (package (name "naev") - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/naev/naev/releases/download/v" version "/naev-" version "-source.tar.xz")) (sha256 - (base32 "1v7ibl0xdr8a93c73mbbg1lnsc1a67nsg1waqb8fsdw6yrs39508")))) + (base32 "1p6424n2rgrlb0h71gvww40vxs1h583d9im8bzgmv6dhgclbg0nl")))) (build-system meson-build-system) (arguments ;; XXX: Do not add debugging symbols, which cause the build to fail. @@ -7955,6 +7955,7 @@ ncurses for text display.") openal openblas physfs + python python-pyyaml (sdl-union (list sdl2 sdl2-image sdl2-mixer)) suitesparse)) -- cgit v1.2.3