diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-09 08:26:04 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-09 08:26:04 -0400 |
commit | bb19ff7efaa576704cca28858e6a3dc4acdd6e0a (patch) | |
tree | 284e8bb1aa92966a3bd8e46585a3db03aa50db1b | |
parent | 8182dd600e8cd766e0ce4cecbf289d2f67528b29 (diff) |
guix: Update guile-sdl2 to latest commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ (invoke "autoreconf" "-vfi"))))))))) (define guile-sdl2 - (let ((commit "4811db26a9142ac587649cfa325e0bfc5b9f761e")) + (let ((commit "e9a7f5e748719ce5b6ccd08ff91861b578034ea6")) (package (name "guile-sdl2") (version (string-append "0.7.0-1." (string-take commit 7))) @@ -101,7 +101,7 @@ (commit commit))) (sha256 (base32 - "1qd12r0a70g9372bk3hcqz3rhwjlfqsg7vh5qbhb57a9nq5xf3jx")))) + "0ay7mcar8zs0j5rihwlzi0l46vgg9i93piip4v8a3dzwjx3myr7v")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |