diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-01-06 00:00:40 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-01-06 00:00:40 -0500 |
commit | e0ee9c2ce9fdee7ce6ed5bfc29e9271555255e18 (patch) | |
tree | fe56ec71efbf001397b1f14095753902961c7cd9 | |
parent | fdecd79ef75c2565fda816d295ef92141da83dc3 (diff) |
guix: Update to latest guile-sdl2 commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |