From b5ada853ca8fd5ce562c2d0db0a724acadc08cd0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 17 Apr 2021 16:51:02 -0400 Subject: guix: Update starling commit. --- guix.scm | 4 ++-- 1 file 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") -- cgit v1.2.3