summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-05-13 21:01:16 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-05-13 21:01:16 -0400
commit419e220eb5dd9391b02faad8c25f5f5e28079f5d (patch)
tree93525933723faa9d70e6cacca6f023a2de0e9045
parent1b9f3d131db5b5eec5bdf3186971c0f2a8bc8d3a (diff)
guix: Update guile-sdl2 to latest commit.
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 7e46494..7d0bda7 100644
--- a/guix.scm
+++ b/guix.scm
@@ -92,7 +92,7 @@
(invoke "autoreconf" "-vfi")))))))))
(define guile-sdl2
- (let ((commit "2ecdf1e97f415a5818c4dcd7a2ddff6dc7ecdd0f"))
+ (let ((commit "10fb8d3daebf8bfea4ee82c29f085adaf899073f"))
(package
(name "guile-sdl2")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -103,7 +103,7 @@
(commit commit)))
(sha256
(base32
- "0dzg321xr72x2xx49p93bdb44g6bx1hq8y39aqfzzh3qmdhyvhw5"))))
+ "106pnw4ifgkrgyj84jgpz5gnbgshjcrp10wcyw1skgzqni1mrmg3"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")