diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-09-13 21:03:01 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-09-13 22:02:39 -0400 |
commit | c67e27cc9526e214c800b939ae038b4751f6e28b (patch) | |
tree | 12fe2404197002013b54fe1956e6107d4ada1f7c | |
parent | fdf3b1f61be84621f5efb58dad730371b26453b9 (diff) |
guix: Update to latest guile-sdl2 commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ (package-with-guile p guile-2.2)) (define guile-sdl2 - (let ((commit "85704a5b67bd1d1d31cd4e6ca04be488c5fe64d8")) + (let ((commit "ecdb209d374e62144defa4b80d6a1c9f46a727d1")) (package (name "guile-sdl2") (version "0.2.0-1.") @@ -76,7 +76,7 @@ (commit commit))) (sha256 (base32 - "1z0df96r4vs7914q5y55yw97gxl2sz3wglmclicp590ahfhlp1r7")))) + "0fhwqg9z97s9yp32fr0psn1j4ppb38qck43ip4vlgla51sc8vgkc")))) (build-system gnu-build-system) (arguments '(#:configure-flags |