diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-23 17:16:03 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-03 12:36:07 +0200 |
commit | 6f3be37c682970276b006409267e5c0ff59672c2 (patch) | |
tree | d5ae02ee76182d8bd59e731c7e8cdbb8d452041c /gnu | |
parent | d6fb9a51b3e79757d1da339294326a8e664899f2 (diff) |
gnu: open-adventure: Update to 1.16.
* gnu/packages/games.scm (open-adventure): Update to 1.16.
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 0d9490f84c..27a52f66b6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7050,7 +7050,7 @@ at their peak of economic growth and military prowess. (define-public open-adventure (package (name "open-adventure") - (version "1.15") + (version "1.16") (source (origin (method git-fetch) @@ -7059,7 +7059,7 @@ at their peak of economic growth and military prowess. (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0gair1dfqgzjzvsasisv2szh3wgy8pfgmpxpisybn6svn294yzhf")))) + (base32 "0spciwqcyldalzdd813zwigbldcnyaxi7kfslq1yp0fg4c4a10aa")))) (build-system gnu-build-system) (arguments (list |