summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-25 22:26:21 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-25 22:33:49 -0400
commitc64811b5430f29c15d1d9737a9a34aec80ea27a9 (patch)
treef650ea0634c4208e9d9cb025a9c80f825927ddfc /guix.scm
parentd772754dd35ec06076f01b78abb3ebc01211e6e4 (diff)
Add live coding/debugging REPL server.
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 05161db..d2ed68d 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 "8163e4b415bcf1f6a696ccbf06e3136aea1a261f"))
+ (let ((commit "7d64cb370bd5abcdaed9215a33bc450c0bb21bf4"))
(package
(name "chickadee")
(version "0.1")
@@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0wsn01mxvmkgfmc7s97hq5vwi86p5qn0bylxi3ilbp0b7i9g7x50"))))
+ "1369ij1xyqzjgp7fxsx76h1imhhvj722yvrw6rgv1723rgw5ppcq"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")