summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-13 20:43:03 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-13 20:43:03 -0400
commit10e3c697b33d65f9be84c73ffae70edc4a074fdd (patch)
tree08ccd39d3a53705827a09df78bbcd3db72fef9e2
parentd87813d0f01077444dc5b4024a6f2b81feb6f9e3 (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 f56ad75..8f2ddd5 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 "0fe14aaf972b0cc00a7f7c3162c39b0ad422d7d9"))
+ (let ((commit "3b859f9170f7f7377cb085a587aa21d86015be74"))
(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
- "0b889301q4zf1agv921llgxajlfh0p00z025dqj4rqw27x11gvmh"))))
+ "0b7q20n4c8xcn54pmqz7s94wbjvwjmdnz442iacvzl6kmw8xign3"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))