summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-04-30 10:27:54 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-04-30 10:28:17 -0400
commit429d764c9fa4eb7df57c52e25a97f13e0e8c5c1e (patch)
tree8c450c5a277d09f4ac888630696748429923ef85
parentf9c449054014ee2b4a3e2e811d338dbf8bbb4186 (diff)
guix: Update chickadee commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 3323827..2d22678 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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")))