diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-20 18:42:10 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-20 18:42:10 -0400 |
commit | ae60497f7722e01ccceebe799b5820717e048eb3 (patch) | |
tree | 7977b53565d5f1e259d90903213f1add3fefabce /guix.scm | |
parent | de833c9d524d2e47b3812612995290795d2e7b84 (diff) |
Haven't committed in days, oops!
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,7 +136,7 @@ Scheme. It contains all of the basic components needed to develop (license license:gpl3+)))) (define starling - (let ((commit "d0250dcd5ebe6de0bb7236b2805869ccd4d45537")) + (let ((commit "a1a9494515a25d00f4065e7bfa145acec4da8b73")) (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 - "1mdjmwbxfwbh67xxwmw9idwa22319fnipj9hd9pp3m8d0gp94r4y")))) + "08rqacyyilc7yz59rq87jshs6vxy4zd9s335143d6b8i1cnpnmv0")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |