diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-07 14:51:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-07 14:51:07 -0400 |
commit | 2e055355b957359e59299668ce6bef93a889e6c4 (patch) | |
tree | 26ea0d9ce3fac0598e2a2499c4715621a8d2a73d | |
parent | d00e7df2dc1388a2d4c5fc228bd9558c2b3ddcbe (diff) |
Update Guix development environment.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,10 +123,10 @@ SDL2 C shared library via the foreign function interface.") (method git-fetch) (uri (git-reference (url "git://dthompson.us/sly.git") - (commit "55593075e50876ee9d98508687b0408effbcc8ef"))) + (commit "db574e3585622ea17b187f27eac5c4e030953e36"))) (sha256 (base32 - "051x9y0isrsynjr217gd58b1r3jspd3kjl07zda8cy1nfnjmxwb6")))) + "0cidx0ixl6cp2y3kv1v9ai6kl6fcll4zbb42jk6ysl5gma55asis")))) (build-system gnu-build-system) (arguments '(#:phases |