From f96c14e3ca6b22e56621cc04a1bf06a8cac6ca23 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 26 Dec 2024 14:16:09 +0100 Subject: gnu: open-adventure: Update to 1.20. * gnu/packages/games.scm (open-adventure): Update to 1.20. Change-Id: I454bdd9428f4aa1461eb90779ed61484a22f858b --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 17239eb2a40..472929807e7 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 -- cgit v1.2.3