summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-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")