diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-05-04 17:12:56 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-05-04 17:12:56 -0400 |
commit | 2435aa85e4eeb6d3aa7b5aa75b8eaa821953100f (patch) | |
tree | 2bd2dd243356d0ed4c32148ba49dcb396d41482c | |
parent | 3b4787975ec6684878db2b21dc33dcfdc748d51e (diff) |
guix: Update guile-sdl2 to latest commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ (invoke "autoreconf" "-vfi"))))))))) (define guile-sdl2 - (let ((commit "90578fd69c2eeebc3956d5fcc47d7f771270b5c4")) + (let ((commit "2ecdf1e97f415a5818c4dcd7a2ddff6dc7ecdd0f")) (package (name "guile-sdl2") (version (string-append "0.5.0-1." (string-take commit 7))) @@ -102,7 +102,7 @@ (commit commit))) (sha256 (base32 - "1dk4k1p0b80i6yfyhpfygagb3xmk7njd2v82xnd0nn0b962p7p78")))) + "0dzg321xr72x2xx49p93bdb44g6bx1hq8y39aqfzzh3qmdhyvhw5")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |