From c67e27cc9526e214c800b939ae038b4751f6e28b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 13 Sep 2017 21:03:01 -0400 Subject: guix: Update to latest guile-sdl2 commit. --- guix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index 827c148..9294a16 100644 --- a/guix.scm +++ b/guix.scm @@ -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 -- cgit v1.2.3