summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-21 08:28:58 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-21 08:28:58 -0400
commitc3b5303c89825e12b971890fbd9b125cf02e1fbb (patch)
tree24d295df2e0b1e445861ad23b1cf6accaa6a9e5b
parent0ef4a323549ea72f4c5c3df17ac78ceda069ed03 (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 e002da1..4772dea 100644
--- a/guix.scm
+++ b/guix.scm
@@ -93,7 +93,7 @@ SDL2 C shared library via the foreign function interface.")
(license license:lgpl3+))))
(define chickadee
- (let ((commit "c22eda980c51db210bbe73f500e9f3fc3052a5f3"))
+ (let ((commit "9028c2caf111aa1030ba402f4116f33d898a6479"))
(package
(name "chickadee")
(version (string-append "0.8.0-1." (string-take commit 7)))
@@ -104,7 +104,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0prqg0rs6d7cbb3hrwfdgcqwvmxpgl7026bxabssy6y95q83621l"))))
+ "0kaw0phwijbyj4gsmsph1z4rl0igqbcibmmm1i17v7pj7v0d7541"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")