diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-03-25 15:19:40 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-03-25 15:19:40 -0400 |
commit | 564716ff8ca3adf62ea76943ce07c17cf28e8b6b (patch) | |
tree | 2f048bf534531bf6dfe48d9428e9d1b3bd4d4c23 | |
parent | 23df40a82e4a1a58c9ff23c0013f6426b8646a3b (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 "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") |