diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-29 18:41:35 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-29 18:41:35 +0200 |
commit | e179e600daa2eda863d08e8fb333623237ac6537 (patch) | |
tree | 8922a06191e5a18dc639a27c490737479cecc6bd /gnu | |
parent | 809f815cf6366d8ff2d065a935bdcdffb4fbf0e2 (diff) | |
download | guix-e179e600daa2eda863d08e8fb333623237ac6537.tar.gz guix-e179e600daa2eda863d08e8fb333623237ac6537.zip |
gnu: open-adventure: Update to 1.19.
* gnu/packages/games.scm (open-adventure): Update to 1.19.
Change-Id: I8de52b66a171bd8b8f62d78c50d20aa954889236
Diffstat (limited to 'gnu')
-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 9274fc494d..b2d050d626 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7492,7 +7492,7 @@ at their peak of economic growth and military prowess. (define-public open-adventure (package (name "open-adventure") - (version "1.18") + (version "1.19") (source (origin (method git-fetch) @@ -7501,7 +7501,7 @@ at their peak of economic growth and military prowess. (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1zl72lsp443aryzmwzh5w4j439jgf5njvh9xig6vjvmzhfcjkk9q")))) + (base32 "19nspsvkzh3xw70mwlvralfr2ia7a8knd9s7x7abmjvk8p5rx468")))) (build-system gnu-build-system) (arguments (list |