summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-05-04 08:30:54 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-05-04 08:31:06 -0400
commit6d54bd44b004c77aa4fadd755c63a73c2629bbdf (patch)
tree73df51fba0b466858e9cdc0b946da14f1a256611
parentd8c64ed556d21d78b79bee3cf39e7c63c064699f (diff)
guix: Update to latest starling commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index e90b835..e90538e 100644
--- a/guix.scm
+++ b/guix.scm
@@ -141,7 +141,7 @@ Scheme. It contains all of the basic components needed to develop
(license license:gpl3+))))
(define starling
- (let ((commit "10f53b84bc57fa4ce0d1646365f740b689b0e4b1"))
+ (let ((commit "2e0780740a6e9515e76599cecb5a0cff7de196e6"))
(package
(name "starling")
(version (string-append "0.1.0-1." (string-take commit 7)))
@@ -152,7 +152,7 @@ Scheme. It contains all of the basic components needed to develop
(commit commit)))
(sha256
(base32
- "14yjpz2w789civjjcsb6kjsj1yfasi1mpw0wsv62ddr4gl1kn5p2"))))
+ "1ki3a3bxr09f7nqh0ri66nl376ws7q9isnghda1an5pbzk3s6wj5"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")