diff options
-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 "4047c0d0a92eae8a7394b4caa479d0cb6dd9017c")) + (let ((commit "d0db8e04dd5cd4466d534d4e2f71439e27b73bee")) (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 - "14aa9bkwrsfl8i81zd0fzn0xryyhn8ac16hwdzx40p5az86nq7k6")))) + "17nx9ywsag830xm3cmkfkc6l8qznjkabzq9vm4mh841913dj3akl")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |