diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-24 17:29:45 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-24 17:29:45 -0400 |
commit | 3c29d6e7f6215330a420c560a1689ddb3d42c8c1 (patch) | |
tree | cf36dd4d96128f34c6689c52a9fc15308771db50 | |
parent | 18565edfb75218cee5ad67bd521d33ecc495b6a4 (diff) |
guix: Update chickadee to latest commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |