From 729f0b687b975e60f338831bcb0d59fad776f3e1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 12 Apr 2020 09:03:41 -0400 Subject: Day 2 progress. --- guix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix.scm') 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") -- cgit v1.2.3