summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-14 21:01:22 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-14 21:13:19 -0400
commitf967da88a55e00d6b00055a9764bb99a9bb4ea1c (patch)
treefe43a9a91b7fb8a2a9f46e685af80585a065d639 /guix.scm
parent7b64b37f13cd0cf485610e1cc450197af7f1ce0e (diff)
guix: Update chickadee to latest commit.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index e5e24a1..87ac7c8 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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")