summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm12
1 files changed, 5 insertions, 7 deletions
diff --git a/guix.scm b/guix.scm
index f6380cd..a52a052 100644
--- a/guix.scm
+++ b/guix.scm
@@ -90,7 +90,7 @@
(invoke "autoreconf" "-vfi")))))))))
(define guile-sdl2
- (let ((commit "ed821d76b70a1454285d415dfae7db9394c535f2"))
+ (let ((commit "5b965d180a1f536affd51ffc2b51d5e90fbc362d"))
(package
(name "guile-sdl2")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -101,7 +101,7 @@
(commit commit)))
(sha256
(base32
- "1kh3hzf2lmpf773hbxzb0g7c0ghqydp9s969sigg58l8wbr85iyf"))))
+ "13x93kmpb9qp2zhp3ff3878xp2cj3z6gclmxqahyqj7fkxy1ffg5"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")
@@ -118,9 +118,7 @@
(inputs
`(("guile" ,target-guile)
("sdl2" ,sdl2)
- ("sdl2-image" ,sdl2-image)
- ("sdl2-mixer" ,sdl2-mixer)
- ("sdl2-ttf" ,sdl2-ttf)))
+ ("sdl2-image" ,sdl2-image)))
(synopsis "Guile bindings for SDL2")
(description "Guile-sdl2 provides pure Guile Scheme bindings to the
SDL2 C shared library via the foreign function interface.")
@@ -128,7 +126,7 @@ SDL2 C shared library via the foreign function interface.")
(license license:lgpl3+))))
(define chickadee
- (let ((commit "5610b6a4a23855680d0d105b85f35a79d4015124"))
+ (let ((commit "8726cc42e3e7e5e6f34f7328898e35ed207bfb08"))
(package
(name "chickadee")
(version (string-append "0.5.0-1." (string-take commit 7)))
@@ -139,7 +137,7 @@ SDL2 C shared library via the foreign function interface.")
(commit commit)))
(sha256
(base32
- "0kki4lr5qbirikfa3axdn330iczzxczf67vmizl6xj7pkgk0kxgv"))))
+ "11l79c4365xlnkk53ma52pjzhphvq8xa9bd6qfxr1whklhi66isj"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")