diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-12-16 08:50:56 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-12-16 08:50:56 -0500 |
commit | 9c931486e33a809927da736c9d6b01272e8533b0 (patch) | |
tree | 39dab53be36ce5862ffa2c16ccd0a549f6ae9b1b | |
parent | 8406d8c39428b3a68974c1dcf998b93632206aad (diff) |
guix: Update chickadee commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -126,7 +126,7 @@ SDL2 C shared library via the foreign function interface.") (license license:lgpl3+)))) (define chickadee - (let ((commit "8726cc42e3e7e5e6f34f7328898e35ed207bfb08")) + (let ((commit "4e5b59b1e672667b7aa8793469ba2f937a9be198")) (package (name "chickadee") (version (string-append "0.5.0-1." (string-take commit 7))) @@ -137,7 +137,7 @@ SDL2 C shared library via the foreign function interface.") (commit commit))) (sha256 (base32 - "11l79c4365xlnkk53ma52pjzhphvq8xa9bd6qfxr1whklhi66isj")))) + "12z9abpsb2d3s6g07iq22riafbmmk3j4rbyk7nbcqh5i25j3ig6h")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |