summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-09-10 21:45:38 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-09-10 21:45:38 -0400
commitadc166466555458f06a6b9ca500374b025c11f21 (patch)
tree83d2ec1264c59efa1a9c3cd41a85a974a0add291
parentfebdf70a8e8f950767811d6a6aea8856ac167ff8 (diff)
guix: Update Chickadee to b69cdffb9e86e62325b8bc5560162b044b8b30b6.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 97ffe38..f0bf114 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 "cbf59a78d1a85cfc92644615a56a18cf6b054604"))
+ (let ((commit "b69cdffb9e86e62325b8bc5560162b044b8b30b6"))
(package
(name "chickadee")
(version "0.1")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0dv6i7hriaz09fs54zdxi7670f5yfkdh511bpnmwvh43ls7h44mm"))))
+ "1n0kiria124wwgbbwwhd8b7r2lgs9pk9vhh3fn82rmrq7c3sk8ix"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")