guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-chickadee: Update to 0.10.0.


From: guix-commits
Subject: branch master updated: gnu: guile-chickadee: Update to 0.10.0.
Date: Wed, 24 May 2023 11:54:49 -0400

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

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9fca95b263 gnu: guile-chickadee: Update to 0.10.0.
9fca95b263 is described below

commit 9fca95b263ca8e02d94c3813399c2c68695e5f48
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Wed May 24 11:53:03 2023 -0400

    gnu: guile-chickadee: Update to 0.10.0.
    
    * gnu/packages/game-development.scm (guile-chickadee): Update to 0.10.0.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index a2acf15c5c..75957f7a6b 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2068,14 +2068,14 @@ a 2D editor view.")
 (define-public guile-chickadee
   (package
     (name "guile-chickadee")
-    (version "0.9.0")
+    (version "0.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/chickadee/";
                                   "chickadee-" version ".tar.gz"))
               (sha256
                (base32
-                "0b92lld7kj629mvq44vgd8vmf9h7s5gkdawb35vkzlx5q03wjfvk"))))
+                "0x8g0bsvir2z3876ynslfgnmfr5p92ic4666v73526lswnv56bqk"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0")))



reply via email to

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