summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-01 21:41:57 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-01 21:41:57 -0400
commitd763d9033bf1799da29047e0b1331c50abfe81fb (patch)
tree7102d9e17aaf87ce814e99b73fd7ed87508cd5e6
parent4a3f324602a057f98d23336f59031c3d10e8bb3b (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 ce161c2..77b3f44 100644
--- a/guix.scm
+++ b/guix.scm
@@ -90,7 +90,7 @@
(invoke "autoreconf" "-vfi")))))))))
(define guile-sdl2
- (let ((commit "d31c27ac48f81a534b28531e3d5fa626890be59f"))
+ (let ((commit "4811db26a9142ac587649cfa325e0bfc5b9f761e"))
(package
(name "guile-sdl2")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -101,7 +101,7 @@
(commit commit)))
(sha256
(base32
- "16cgmsd9q6mr99s2bngcylcqbpq1gq5fp79m85r7ywny3cv0ivj1"))))
+ "1qd12r0a70g9372bk3hcqz3rhwjlfqsg7vh5qbhb57a9nq5xf3jx"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")