summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-21 19:34:04 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-21 19:34:04 -0400
commit04eb265643f82cac21ced7a7124ee29d28296d0b (patch)
treeef05ac69d6f1fac360e41c2b42c90dbe86f75c82
parent10b02b1fb15b76c8037760f2a3e8dc3601759f28 (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 4772dea..99e994c 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 "a1a9494515a25d00f4065e7bfa145acec4da8b73"))
+ (let ((commit "10ecf85f819a1f66a5e6ce44342594522425c6fc"))
(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
- "08rqacyyilc7yz59rq87jshs6vxy4zd9s335143d6b8i1cnpnmv0"))))
+ "0bhw8sl6spblsblxpwrxs6xr384c802ml6isscarf657wlnvkadj"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")