summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-24 17:29:45 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-24 17:29:45 -0400
commit3c29d6e7f6215330a420c560a1689ddb3d42c8c1 (patch)
treecf36dd4d96128f34c6689c52a9fc15308771db50 /guix.scm
parent18565edfb75218cee5ad67bd521d33ecc495b6a4 (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 33438a1..5664088 100644
--- a/guix.scm
+++ b/guix.scm
@@ -118,7 +118,7 @@ SDL2 C shared library via the foreign function interface.")
(license license:lgpl3+))))
(define chickadee
- (let ((commit "5edce04c698cd92149004ead1cad77c481c682e8"))
+ (let ((commit "4047c0d0a92eae8a7394b4caa479d0cb6dd9017c"))
(package
(name "chickadee")
(version (string-append "0.8.0-1." (string-take commit 7)))
@@ -129,7 +129,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "1hckx827aw3af8cbw1mfjy57wdssv1q3bs2hziymxddipwa0d425"))))
+ "14aa9bkwrsfl8i81zd0fzn0xryyhn8ac16hwdzx40p5az86nq7k6"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")