summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-09-10 17:55:57 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-09-10 17:55:57 -0400
commit04777bec84e16aed9d04b529dd25283714d4c154 (patch)
tree3e2d57de603862f07b8543eb0dc551441e45c36a /guix.scm
parent742023cc8d832dbc0a8b34deb26c8e2cb847859b (diff)
guix: Update Chickadee to latest 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 acdd8ab..97ffe38 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 "83270f809d12ffe24b27473a2898d0502c99cc1c"))
+ (let ((commit "cbf59a78d1a85cfc92644615a56a18cf6b054604"))
(package
(name "chickadee")
(version "0.1")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "19jqkrg3j8mhhfyw5hrz6p8bf3pm8wzf3v17g870c8l4ysw6njyl"))))
+ "0dv6i7hriaz09fs54zdxi7670f5yfkdh511bpnmwvh43ls7h44mm"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")