gnu: guile-chickadee: Update to 0.7.0.

* gnu/packages/game-development.scm (guile-chickadee): Update to 0.7.0.
This commit is contained in:
Leo Prikler 2021-04-16 12:36:02 +02:00
parent 01359a3f18
commit c8c336f92c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1856,14 +1856,14 @@ (define-public eureka
(define-public guile-chickadee
(package
(name "guile-chickadee")
(version "0.6.0")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://files.dthompson.us/chickadee/"
"chickadee-" version ".tar.gz"))
(sha256
(base32
"1jv4jkc35b7rizz8iflh74hhk9qy665isn1xa6gqz0qp9grwb019"))))
"199y4kc28va6klfs19h998sfh7vx9spnrvjw7p92i47q5a7jdcp6"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))