diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-30 10:27:54 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-30 10:28:17 -0400 |
commit | 429d764c9fa4eb7df57c52e25a97f13e0e8c5c1e (patch) | |
tree | 8c450c5a277d09f4ac888630696748429923ef85 | |
parent | f9c449054014ee2b4a3e2e811d338dbf8bbb4186 (diff) |
guix: Update chickadee commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,7 +100,7 @@ SDL2 C shared library via the foreign function interface.") (license license:lgpl3+)))) (define chickadee - (let ((commit "8edba4d957f49d816ea9e773c69d4a6ece7f07d1")) + (let ((commit "515ba05517c3fdf92aeb1e37c1ab5af320586604")) (package (name "chickadee") (version (string-append "0.9.0-1." (string-take commit 7))) @@ -111,7 +111,7 @@ SDL2 C shared library via the foreign function interface.") (commit commit))) (sha256 (base32 - "0x0fxwyhp1h2p97faq9gh27iq6r7yvz05wsmhi1jn8mkmxy7ydv9")))) + "0xj46qclvmxj6djwpa7m1zx7ig2qppwppy294x767gkci2ansprz")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) |