summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-12-05 15:47:42 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-12-05 15:47:42 -0500
commit5e5b0cd174126e8b183466932892926e6b068ed2 (patch)
treef37ae30ed5745ece9703f0ae14c2612dc9e3afe0 /guix.scm
parentea3f616cc500d405a296f1a55478987d0b2ba8ca (diff)
Update to new guile-sdl2 API.
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 4861da1..b345f9e 100644
--- a/guix.scm
+++ b/guix.scm
@@ -91,7 +91,7 @@
(invoke "autoreconf" "-vfi")))))))))
(define guile-sdl2
- (let ((commit "1054cbd906ced5cb38476b00700aa8c279f6e1c8"))
+ (let ((commit "ed821d76b70a1454285d415dfae7db9394c535f2"))
(package
(name "guile-sdl2")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -102,7 +102,7 @@
(commit commit)))
(sha256
(base32
- "17cccc2648lhyxq62b1zpzbvmfdqpyn4hnbj2962hbj1mxdms1y8"))))
+ "1kh3hzf2lmpf773hbxzb0g7c0ghqydp9s969sigg58l8wbr85iyf"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")