summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-09-04 09:12:49 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-09-04 09:12:49 -0400
commit54fc35ac5a0f33cd2a40842c6b28f5e91221fa11 (patch)
tree847729bae48a66ff5974030cc00bd0ddcaf20e42
parent0d3b18450c70b0350f1e4d6538f2a9b86a9ea533 (diff)
guix: Update chickadee to latest commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 015c062..227d689 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 "0a15a316d822f6c78a7fe7d11a23780adcb238d4"))
+ (let ((commit "7c5135bfa7e568f5ffe3c7feb53b0a8ea7cbe475"))
(package
(name "chickadee")
(version "0.1")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "1sfdqmrcqrcbrwgc43qjk5b7rczhi8hd13xpcx9x953la2n5k3dv"))))
+ "07kv5czqy87kjmi5yj297b59j8kcr8bxsp2gaq3a936j6i0z9nwg"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")