gnu: guile-chickadee: Update to 0.9.0.
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.9.0.
This commit is contained in:
parent
348f70b9f4
commit
a0751e3250
@ -2069,14 +2069,14 @@ a 2D editor view.")
|
|||||||
(define-public guile-chickadee
|
(define-public guile-chickadee
|
||||||
(package
|
(package
|
||||||
(name "guile-chickadee")
|
(name "guile-chickadee")
|
||||||
(version "0.8.0")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://files.dthompson.us/chickadee/"
|
(uri (string-append "https://files.dthompson.us/chickadee/"
|
||||||
"chickadee-" version ".tar.gz"))
|
"chickadee-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k2dml2z57lnc36wrmwhh7avnpczxgxnshlfhpbk174vg6v609n0"))))
|
"0b92lld7kj629mvq44vgd8vmf9h7s5gkdawb35vkzlx5q03wjfvk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
||||||
@ -2086,6 +2086,8 @@ a 2D editor view.")
|
|||||||
(inputs
|
(inputs
|
||||||
(list freetype
|
(list freetype
|
||||||
guile-3.0-latest
|
guile-3.0-latest
|
||||||
|
libjpeg-turbo
|
||||||
|
libpng
|
||||||
libvorbis
|
libvorbis
|
||||||
mpg123
|
mpg123
|
||||||
openal
|
openal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user