summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-25 21:43:35 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-25 21:43:35 -0400
commit4df5aa633b352a8815bbf16d461f46b19b382694 (patch)
treefc6de02086f8857b3bd1619cf340f162e78084ff
parent1a34d48b2315201fdf2d33d1fccbef44e4b34f86 (diff)
guix: Update to latest commits 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 3bf212d..5338156 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 "d4d82c8f2259f368085ce4cb31a3de1751199edd"))
+ (let ((commit "d4f19639bd4c7094a8e146f27427b8ebe033a499"))
(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
- "1flral9nsxqydsmvw1lprrhkvn4xdkjv1lx4imr0i9lhdx1nbzq5"))))
+ "1fcskh0pxwg38q870lhykqabdbh92943vbzx7d6c58dzp0kd34vy"))))
(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 "b9246716c77b10c6e5b8cbf65ea78653931e5751"))
+ (let ((commit "55678485e8da6e98278e9bdeb7aa3935d61f3f77"))
(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
- "11l5m2lfiaxlgz3ry7iwq8wgz5s7m18ys53iqac6qji2b9878gqf"))))
+ "05ca3hb2zlam7f58y2wxwmb6c75zxf8qs144xyhc5jxylycfi5sx"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")