summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-05-04 17:12:56 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-05-04 17:12:56 -0400
commit2435aa85e4eeb6d3aa7b5aa75b8eaa821953100f (patch)
tree2bd2dd243356d0ed4c32148ba49dcb396d41482c /guix.scm
parent3b4787975ec6684878db2b21dc33dcfdc748d51e (diff)
guix: Update guile-sdl2 to latest commit.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index dbc86dd..c4fc329 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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")