summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-04-12 21:59:35 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-04-12 21:59:35 -0400
commit2bdb665cffff93721bbd38b3809a7c420dff2f1c (patch)
treede12f43ec1b8053f99f182d06d404a97ba62f64f /guix.scm
parent729f0b687b975e60f338831bcb0d59fad776f3e1 (diff)
Day 3 progress.
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 215e71e..ac35a49 100644
--- a/guix.scm
+++ b/guix.scm
@@ -125,7 +125,7 @@ SDL2 C shared library via the foreign function interface.")
(license lgpl3+))))
(define chickadee
- (let ((commit "f2721b20704a0e5a4960d490d0ba465feccdf192"))
+ (let ((commit "b15a8b5be99df32e86af8bfb6f5dbdaacceda776"))
(package
(name "chickadee")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -136,7 +136,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0cs838mr7r92kyihvvya2nbywd0g6rfb7qgcxaqivyh3qyss4zi8"))))
+ "17hba2mrvrdz91lgw92lf7qv4i6i2f5ypwrlr45fy4nljh52870c"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")