summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
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 b54af4b..f02e2eb 100644
--- a/guix.scm
+++ b/guix.scm
@@ -137,7 +137,7 @@ SDL2 C shared library via the foreign function interface.")
(license lgpl3+))))
(define chickadee
- (let ((commit "3a5f0b977dd6ef7581b200515275cc67d8378138"))
+ (let ((commit "0436ff21bca02e382a980ba7a436878eebebd4a3"))
(package
(name "chickadee")
(version "0.1")
@@ -148,7 +148,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0f0l5ndla2j8b0dwygr79mh26brsshrdg9zfn9g1pbk4gxjghip0"))))
+ "160pkr1v9gqhqm6ly1a2p22mkqrshd603ql0zg0521pajs29rs87"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")