summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-09-09 13:36:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-09-09 13:36:18 -0400
commitb48ee0fbe093f1e492b0f2606b70143c8a4e4025 (patch)
tree8ff776041f1935de0b606bd82071b86f355d2f1e /guix.scm
parent54fc35ac5a0f33cd2a40842c6b28f5e91221fa11 (diff)
guix: Update to latest chickadee commit.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 227d689..acdd8ab 100644
--- a/guix.scm
+++ b/guix.scm
@@ -117,7 +117,7 @@ SDL2 C shared library via the foreign function interface.")
(license lgpl3+))))
(define chickadee
- (let ((commit "7c5135bfa7e568f5ffe3c7feb53b0a8ea7cbe475"))
+ (let ((commit "83270f809d12ffe24b27473a2898d0502c99cc1c"))
(package
(name "chickadee")
(version "0.1")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "07kv5czqy87kjmi5yj297b59j8kcr8bxsp2gaq3a936j6i0z9nwg"))))
+ "19jqkrg3j8mhhfyw5hrz6p8bf3pm8wzf3v17g870c8l4ysw6njyl"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")