diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-14 21:01:22 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-14 21:13:19 -0400 |
commit | f967da88a55e00d6b00055a9764bb99a9bb4ea1c (patch) | |
tree | fe43a9a91b7fb8a2a9f46e685af80585a065d639 | |
parent | 7b64b37f13cd0cf485610e1cc450197af7f1ce0e (diff) |
guix: Update chickadee to latest commit.
-rw-r--r-- | guix.scm | 4 | ||||
-rw-r--r-- | starling/node-2d.scm | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -133,7 +133,7 @@ SDL2 C shared library via the foreign function interface.") (license license:lgpl3+)))) (define chickadee - (let ((commit "fec2bca489fa67f67bb6047215ebceb831305109")) + (let ((commit "cfa58566c53865239b969d2b08fffd7e9d18820d")) (package (name "chickadee") (version (string-append "0.5.0-1." (string-take commit 7))) @@ -144,7 +144,7 @@ SDL2 C shared library via the foreign function interface.") (commit commit))) (sha256 (base32 - "0li960zm6hyj190d23cls9pqbn5a204rx9x97d6spbisz2q7jpik")))) + "08yqyjy0zbjb1jvzddkkyasrg9y4qynd490bi9lg1fh3p0m8k4lk")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") diff --git a/starling/node-2d.scm b/starling/node-2d.scm index ed3b619..a325660 100644 --- a/starling/node-2d.scm +++ b/starling/node-2d.scm @@ -34,7 +34,7 @@ #:use-module (chickadee graphics path) #:use-module (chickadee graphics sprite) #:use-module (chickadee graphics texture) - #:use-module (chickadee graphics tiled) + #:use-module (chickadee graphics tile-map) #:use-module (chickadee graphics viewport) #:use-module (chickadee scripting) #:use-module (ice-9 match) |