summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-04-12 09:03:41 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-04-12 09:03:41 -0400
commit729f0b687b975e60f338831bcb0d59fad776f3e1 (patch)
tree9ce725a5ad7a9b8c72537643b04443d1798015d9 /guix.scm
parentebc1c54b8f184ff485561b7c039be368b6a9d2c9 (diff)
Day 2 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 159842b..215e71e 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 "94823dc194ac805939f91a68ca01d9c778f56b2b"))
+ (let ((commit "f2721b20704a0e5a4960d490d0ba465feccdf192"))
(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
- "1qp1x5zmhg1z36hg7h3pkbv3rd2rz3kssgm2hr4cib2qh834vywz"))))
+ "0cs838mr7r92kyihvvya2nbywd0g6rfb7qgcxaqivyh3qyss4zi8"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")