diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-08-30 07:45:52 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-08-30 07:45:52 -0400 |
commit | bdb5f2c1f3f03177a214b23428813342661654cc (patch) | |
tree | fa8d9d93311f6666f0605214942616177aa2b671 | |
parent | 2f6ee30d41a773561cf41f48acdfa312ddbfae05 (diff) |
guix: Update to latest Chickadee commit.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,7 +117,7 @@ SDL2 C shared library via the foreign function interface.") (license lgpl3+)))) (define chickadee - (let ((commit "7d64cb370bd5abcdaed9215a33bc450c0bb21bf4")) + (let ((commit "0a15a316d822f6c78a7fe7d11a23780adcb238d4")) (package (name "chickadee") (version "0.1") @@ -128,7 +128,7 @@ SDL2 C shared library via the foreign function interface.") (commit commit))) (sha256 (base32 - "1369ij1xyqzjgp7fxsx76h1imhhvj722yvrw6rgv1723rgw5ppcq")))) + "1sfdqmrcqrcbrwgc43qjk5b7rczhi8hd13xpcx9x953la2n5k3dv")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |