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


From: guix-commits
Subject: branch master updated: gnu: guile-chickadee: Update to 0.9.0.
Date: Tue, 25 Oct 2022 09:37:01 -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 a0751e3250 gnu: guile-chickadee: Update to 0.9.0.
a0751e3250 is described below

commit a0751e3250dfea7e52468c8090e18c3118d93a60
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Tue Oct 25 09:36:14 2022 -0400

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

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 8597c7730b..861de63fad 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2069,14 +2069,14 @@ a 2D editor view.")
 (define-public guile-chickadee
   (package
     (name "guile-chickadee")
-    (version "0.8.0")
+    (version "0.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/chickadee/";
                                   "chickadee-" version ".tar.gz"))
               (sha256
                (base32
-                "1k2dml2z57lnc36wrmwhh7avnpczxgxnshlfhpbk174vg6v609n0"))))
+                "0b92lld7kj629mvq44vgd8vmf9h7s5gkdawb35vkzlx5q03wjfvk"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0")))
@@ -2086,6 +2086,8 @@ a 2D editor view.")
     (inputs
      (list freetype
            guile-3.0-latest
+           libjpeg-turbo
+           libpng
            libvorbis
            mpg123
            openal



reply via email to

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