This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f96c14e3ca gnu: open-adventure: Update to 1.20.
f96c14e3ca is described below

commit f96c14e3ca6b22e56621cc04a1bf06a8cac6ca23
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Dec 26 14:16:09 2024 +0100

    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 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

Reply via email to