guix-commits
[Top][All Lists]
Advanced

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

212/244: gnu: open-adventure: Update to 1.15.


From: guix-commits
Subject: 212/244: gnu: open-adventure: Update to 1.15.
Date: Wed, 12 Apr 2023 08:49:31 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 432e8d7750c1a669258fb38943d94666f5b7b834
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 8 12:05:40 2023 +0200

    gnu: open-adventure: Update to 1.15.
    
    * gnu/packages/games.scm (open-adventure): Update to 1.15.
---
 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 77c4a12a6e..643e49b92a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6921,7 +6921,7 @@ at their peak of economic growth and military prowess.
 (define-public open-adventure
   (package
     (name "open-adventure")
-    (version "1.14")
+    (version "1.15")
     (source
      (origin
        (method git-fetch)
@@ -6930,7 +6930,7 @@ at their peak of economic growth and military prowess.
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fb1fw1mq7czd90q1mf22g5nqvv7g1mfhhgs6slba7yzx2kbv4d0"))))
+        (base32 "0gair1dfqgzjzvsasisv2szh3wgy8pfgmpxpisybn6svn294yzhf"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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