diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-09 19:25:48 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-09 19:25:48 -0400 |
commit | a7095d10a666f7bfc43f79c31fdcc0f72dd4a618 (patch) | |
tree | 04fbf69b37f07a29ce311e675f991e9fbc7841a2 | |
parent | 2e055355b957359e59299668ce6bef93a889e6c4 (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 "db574e3585622ea17b187f27eac5c4e030953e36"))) + (commit "ac31bdf8772c6b67a7721c760ce02c60126c6f98"))) (sha256 (base32 - "0cidx0ixl6cp2y3kv1v9ai6kl6fcll4zbb42jk6ysl5gma55asis")))) + "0f7s0jz6ihmy60apw08sdjdi3xakpssbzjk9xyllf31km8m9b3lx")))) (build-system gnu-build-system) (arguments '(#:phases |