gnu: open-adventure: Update to 1.18.

* gnu/packages/games.scm (open-adventure): Update to 1.18.
[native-inputs]: Add CPPCHECK, PYTHON-PYLINT, and RUBY-ASCIIDOCTOR.

Change-Id: I0c8889b0198adcc2461c2c72bb38d770c8898864
This commit is contained in:
Nicolas Goaziou 2024-03-17 14:48:48 +01:00
parent 43d827a970
commit 5e7cefe0c3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7458,7 +7458,7 @@ (define-public 0ad
(define-public open-adventure
(package
(name "open-adventure")
(version "1.16")
(version "1.18")
(source
(origin
(method git-fetch)
@ -7467,7 +7467,7 @@ (define-public open-adventure
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0spciwqcyldalzdd813zwigbldcnyaxi7kfslq1yp0fg4c4a10aa"))))
(base32 "1zl72lsp443aryzmwzh5w4j439jgf5njvh9xig6vjvmzhfcjkk9q"))))
(build-system gnu-build-system)
(arguments
(list
@ -7496,10 +7496,13 @@ (define-public open-adventure
(install-file "advent.6" man)))))))
(native-inputs
(list asciidoc
cppcheck
libedit
pkg-config
python-pylint
python-pyyaml
python-wrapper))
python-wrapper
ruby-asciidoctor))
(home-page "https://gitlab.com/esr/open-adventure")
(synopsis "Colossal Cave Adventure")
(description