diff options
-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 |