summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-29 08:22:17 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-29 08:22:17 -0400
commitcad95e16d21825b23c3132e27ba5fac39f81067f (patch)
tree0267d15f8282b32fd0a5b88414fffebfa48a666d
parentedb59306cbc636c8eadc3f6274a6dcfa3099b47b (diff)
guix: Update to latest versions of chickadee and starling.
-rw-r--r--guix.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/guix.scm b/guix.scm
index 5338156..3e7cc78 100644
--- a/guix.scm
+++ b/guix.scm
@@ -98,7 +98,7 @@ SDL2 C shared library via the foreign function interface.")
(license license:lgpl3+))))
(define chickadee
- (let ((commit "d4f19639bd4c7094a8e146f27427b8ebe033a499"))
+ (let ((commit "dce66715fafb903c72f5e23cfc43268ab593e63b"))
(package
(name "chickadee")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -109,7 +109,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "1fcskh0pxwg38q870lhykqabdbh92943vbzx7d6c58dzp0kd34vy"))))
+ "00ql572m21ymf4kl0wi2d97xgx2y74hcmhk733a4cybp8qmn3w5b"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -140,7 +140,7 @@ Scheme. It contains all of the basic components needed to develop
(license license:gpl3+))))
(define starling
- (let ((commit "55678485e8da6e98278e9bdeb7aa3935d61f3f77"))
+ (let ((commit "10f53b84bc57fa4ce0d1646365f740b689b0e4b1"))
(package
(name "starling")
(version (string-append "0.1.0-1." (string-take commit 7)))
@@ -151,7 +151,7 @@ Scheme. It contains all of the basic components needed to develop
(commit commit)))
(sha256
(base32
- "05ca3hb2zlam7f58y2wxwmb6c75zxf8qs144xyhc5jxylycfi5sx"))))
+ "14yjpz2w789civjjcsb6kjsj1yfasi1mpw0wsv62ddr4gl1kn5p2"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")