summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-13 12:18:48 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-13 12:18:48 -0400
commitd87813d0f01077444dc5b4024a6f2b81feb6f9e3 (patch)
treec8c0954e3348646ebedc127d96e59b82a9551c8b
parentfaf2f936f0825a8064d8273313b5f9b7d377c2db (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 153e0be..f56ad75 100644
--- a/guix.scm
+++ b/guix.scm
@@ -84,7 +84,7 @@ SDL2 C shared library via the foreign function interface.")
(license license:lgpl3+))))
(define chickadee
- (let ((commit "515ba05517c3fdf92aeb1e37c1ab5af320586604"))
+ (let ((commit "0fe14aaf972b0cc00a7f7c3162c39b0ad422d7d9"))
(package
(name "chickadee")
(version (string-append "0.9.0-1." (string-take commit 7)))
@@ -95,7 +95,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0xj46qclvmxj6djwpa7m1zx7ig2qppwppy294x767gkci2ansprz"))))
+ "0b889301q4zf1agv921llgxajlfh0p00z025dqj4rqw27x11gvmh"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))