guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: open-adventure: Update to 1.12.


From: guix-commits
Subject: branch master updated: gnu: open-adventure: Update to 1.12.
Date: Sat, 11 Feb 2023 04:30:48 -0500

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 222eef1999 gnu: open-adventure: Update to 1.12.
222eef1999 is described below

commit 222eef1999d60f33053e6069ecd4ea86a030834f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 11 10:30:21 2023 +0100

    gnu: open-adventure: Update to 1.12.
    
    * gnu/packages/games.scm (open-adventure): Update to 1.12.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]