diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-08 20:45:14 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-08 20:45:14 -0400 |
commit | 479c76ca9ac3f0ed932eb5f0913b8784c82efab2 (patch) | |
tree | 99371c0e48b0666be83d8dbc007411961d01e786 | |
parent | 53429f77e3fcfaa4fdc3d95b840b6728b4452f72 (diff) |
guix: Update to latest commit of guile-sdl2.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ (invoke "autoreconf" "-vfi"))))))))) (define guile-sdl2 - (let ((commit "10fb8d3daebf8bfea4ee82c29f085adaf899073f")) + (let ((commit "d31c27ac48f81a534b28531e3d5fa626890be59f")) (package (name "guile-sdl2") (version (string-append "0.5.0-1." (string-take commit 7))) |