guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gzochi: Update to 0.13.


From: guix-commits
Subject: branch master updated: gnu: gzochi: Update to 0.13.
Date: Wed, 30 Dec 2020 13:45:19 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9587890  gnu: gzochi: Update to 0.13.
9587890 is described below

commit 958789035fa8b6b1c0ebdb3918a9c45c69bbbc43
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 30 19:44:18 2020 +0100

    gnu: gzochi: Update to 0.13.
    
    * gnu/packages/game-development.scm (gzochi): Update to 0.13.
    [inputs]: Replace guile-2.2 with guile-3.0.
---
 gnu/packages/game-development.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 21f7f7e..79bb6ec 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -277,14 +277,14 @@ PCM data.")
 (define-public gzochi
   (package
     (name "gzochi")
-    (version "0.12")
+    (version "0.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/gzochi/gzochi-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0h8yvk7154kd8zdfa9nqy73blrjq2x19kv305jcnwlmm09vvss59"))))
+                "1vcvf04qqzs3q8kaild2x7qvkwc6bwzfsisb78147b8z747j7hj0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -298,7 +298,7 @@ PCM data.")
     (native-inputs `(("pkgconfig" ,pkg-config)))
     (inputs `(("bdb" ,bdb)
               ("glib" ,glib)
-              ("guile" ,guile-2.2)
+              ("guile" ,guile-3.0)
               ("libmicrohttpd" ,libmicrohttpd)
               ("ncurses" ,ncurses)
               ("sdl" ,sdl)



reply via email to

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