diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-14 21:01:09 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-14 21:01:09 -0400 |
commit | 7b64b37f13cd0cf485610e1cc450197af7f1ce0e (patch) | |
tree | 751560525fde0def60ab9dad59c913900b73077d | |
parent | 09357be710b046ae41bb85446f2a6ded9ba0fd4e (diff) |
guix: Update guile-sdl2 to latest commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ (invoke "autoreconf" "-vfi"))))))))) (define guile-sdl2 - (let ((commit "5b965d180a1f536affd51ffc2b51d5e90fbc362d")) + (let ((commit "90578fd69c2eeebc3956d5fcc47d7f771270b5c4")) (package (name "guile-sdl2") (version (string-append "0.5.0-1." (string-take commit 7))) @@ -108,7 +108,7 @@ (commit commit))) (sha256 (base32 - "13x93kmpb9qp2zhp3ff3878xp2cj3z6gclmxqahyqj7fkxy1ffg5")))) + "1dk4k1p0b80i6yfyhpfygagb3xmk7njd2v82xnd0nn0b962p7p78")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |