summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-17 16:51:02 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-17 16:51:02 -0400
commitb5ada853ca8fd5ce562c2d0db0a724acadc08cd0 (patch)
treef7daf9008bb3bee3a32bda2ff8eb6982b4e9da83
parent0917967a4f11ea9dfd49154dc538b8223163c5d9 (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 6950844..3bf212d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -140,7 +140,7 @@ Scheme. It contains all of the basic components needed to develop
(license license:gpl3+))))
(define starling
- (let ((commit "960336af94a4e438de99f2893160735fed55f532"))
+ (let ((commit "b9246716c77b10c6e5b8cbf65ea78653931e5751"))
(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
- "1nljfwi73pbqq1hkh10kq4z0aak9pd2w05c93fw6z1j14md0rxi0"))))
+ "11l5m2lfiaxlgz3ry7iwq8wgz5s7m18ys53iqac6qji2b9878gqf"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")