diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-02-11 10:30:21 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-02-11 10:30:21 +0100 |
commit | 222eef1999d60f33053e6069ecd4ea86a030834f (patch) | |
tree | 729e079c174773b8973f5068d2cdd8b04b9e6724 /gnu/packages/games.scm | |
parent | 019f4116ea0b112d468973ea1d1c1badf5bea559 (diff) |
gnu: open-adventure: Update to 1.12.
* gnu/packages/games.scm (open-adventure): Update to 1.12.
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 9057910c7d..b6b52adc67 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6926,7 +6926,7 @@ at their peak of economic growth and military prowess. (define-public open-adventure (package (name "open-adventure") - (version "1.11") + (version "1.12") (source (origin (method git-fetch) @@ -6935,7 +6935,7 @@ at their peak of economic growth and military prowess. (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1n0fzrdlbc6px88qr574ww2q85xk43bv09jpmsskzv1l2cncwm37")))) + (base32 "07mg7cp12g27dw8sya17jqz6qp93q7c8zadsvym3w602z87g40in")))) (build-system gnu-build-system) (arguments (list |