summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-01-06 00:00:40 -0500
committerDavid Thompson <dthompson2@worcester.edu>2019-01-06 00:00:40 -0500
commite0ee9c2ce9fdee7ce6ed5bfc29e9271555255e18 (patch)
treefe56ec71efbf001397b1f14095753902961c7cd9 /guix.scm
parentfdecd79ef75c2565fda816d295ef92141da83dc3 (diff)
guix: Update to latest guile-sdl2 commit.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 2b4995e..707e35b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -98,7 +98,7 @@
(invoke "autoreconf" "-vfi")))))))))
(define guile-sdl2
- (let ((commit "d0f9c26dce6e23533c23e401f604d712b43d4420"))
+ (let ((commit "ecc007fd0a576a96382fd12a507138121e377ad6"))
(package
(name "guile-sdl2")
(version (string-append "0.3.1-1." (string-take commit 7)))
@@ -109,7 +109,7 @@
(commit commit)))
(sha256
(base32
- "183r50bsf317f4iclsdw4ag83s915nymvadh3izw04iv7fm8xbwj"))))
+ "1kms8bzxphy91mhn36jrxl1jxgprknzf8d02mab3z2rz8ypq1jvd"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags