summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-22 08:16:23 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-22 08:16:23 -0400
commit699b462f9c932f5862399a8119a3ef46f55c61a4 (patch)
treed55d5640f69af91aec9404bc6ea55c91c7b2320b
parent04eb265643f82cac21ced7a7124ee29d28296d0b (diff)
guix: Update starling commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 99e994c..18f754b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -136,7 +136,7 @@ Scheme. It contains all of the basic components needed to develop
(license license:gpl3+))))
(define starling
- (let ((commit "10ecf85f819a1f66a5e6ce44342594522425c6fc"))
+ (let ((commit "22cda3a7adb2a936210397bfc7b9f3c1ae4ce1ce"))
(package
(name "starling")
(version (string-append "0.1.0-1." (string-take commit 7)))
@@ -147,7 +147,7 @@ Scheme. It contains all of the basic components needed to develop
(commit commit)))
(sha256
(base32
- "0bhw8sl6spblsblxpwrxs6xr384c802ml6isscarf657wlnvkadj"))))
+ "01286cvrz4hq6nxb4id1mmrqnnhg9zp83g7njd6lcan5hn02clff"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")