me
/
guix
Archived
1
0
Fork 0

gnu: guile-chickadee: Update to 0.10.0.

* gnu/packages/game-development.scm (guile-chickadee): Update to 0.10.0.
master
David Thompson 2023-05-24 11:53:03 -04:00
parent 6d0571215d
commit 9fca95b263
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 2 additions and 2 deletions

View File

@ -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")))