diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-12-21 16:42:44 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-12-21 16:42:44 -0500 |
commit | 5db39e02c1714a7390cbb71220107289886f42e8 (patch) | |
tree | 09805ffb38e480540bbc7cdbefbd492ea7761e3e /guix.scm | |
parent | 9bad448e64de9b476718b970f9c03a9f80a0c83e (diff) |
Update Guix package recipe.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,10 +46,10 @@ (method git-fetch) (uri (git-reference (url "git://dthompson.us/guile-sdl2.git") - (commit "2e70a73"))) + (commit "9bad448"))) (sha256 (base32 - "13sb039vcgidvk7p2ky8xcbymvm4pcbvql2ka90ws41ic2vg8x1w")))) + "00y9sh7ppsdcxm5bcxynqcbwinb8w1v7y8bgiprpf73gi6v4pipf")))) (build-system gnu-build-system) (arguments '(#:configure-flags |