diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-12-26 14:16:09 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-12-26 14:16:09 +0100 |
commit | f96c14e3ca6b22e56621cc04a1bf06a8cac6ca23 (patch) | |
tree | 8c36a864bdf71aac628a20b0ef3ad8fea853df6a /gnu/packages/games.scm | |
parent | a06b7b7f3007e87d2f9651cb4eb2773ccb3e8cc6 (diff) |
gnu: open-adventure: Update to 1.20.
* gnu/packages/games.scm (open-adventure): Update to 1.20.
Change-Id: I454bdd9428f4aa1461eb90779ed61484a22f858b
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 17239eb2a4..472929807e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7627,7 +7627,7 @@ at their peak of economic growth and military prowess. (define-public open-adventure (package (name "open-adventure") - (version "1.19") + (version "1.20") (source (origin (method git-fetch) @@ -7636,7 +7636,7 @@ at their peak of economic growth and military prowess. (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "19nspsvkzh3xw70mwlvralfr2ia7a8knd9s7x7abmjvk8p5rx468")))) + (base32 "0lbggjmh9g4zvnzzqz0qspmc24yg25bjalm06dlvhd22vz7hrfy5")))) (build-system gnu-build-system) (arguments (list |