summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-30 07:45:52 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-30 07:45:52 -0400
commitbdb5f2c1f3f03177a214b23428813342661654cc (patch)
treefa8d9d93311f6666f0605214942616177aa2b671 /guix.scm
parent2f6ee30d41a773561cf41f48acdfa312ddbfae05 (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 d2ed68d..015c062 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 "7d64cb370bd5abcdaed9215a33bc450c0bb21bf4"))
+ (let ((commit "0a15a316d822f6c78a7fe7d11a23780adcb238d4"))
(package
(name "chickadee")
(version "0.1")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "1369ij1xyqzjgp7fxsx76h1imhhvj722yvrw6rgv1723rgw5ppcq"))))
+ "1sfdqmrcqrcbrwgc43qjk5b7rczhi8hd13xpcx9x953la2n5k3dv"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")