diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-04-01 11:54:19 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-04-01 11:54:19 -0400 |
commit | 1234a65ee79b087125b64d7bd9fa7b2be23f47e7 (patch) | |
tree | 2cab054632c2ce1e241f8dd7178c5b78f28b7752 | |
parent | 1bc3c11504bf1db04dfba861847742b5f647445e (diff) |
guix: Update to latest guile-sdl2 Git snapshot.
-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 "429d7c01b04728fec4bc3896ec70bd970ceecc04")) + (let ((commit "85704a5b67bd1d1d31cd4e6ca04be488c5fe64d8")) (package (name "guile-sdl2") (version "0.2.0-1.") @@ -76,7 +76,7 @@ (commit commit))) (sha256 (base32 - "1id3vcdqd15wba1lwyjpbqyyrs7cgkrg348ihl7g73cvkrnycdsd")))) + "1z0df96r4vs7914q5y55yw97gxl2sz3wglmclicp590ahfhlp1r7")))) (build-system gnu-build-system) (arguments '(#:configure-flags |