diff options
-rw-r--r-- | guix.scm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -98,7 +98,7 @@ SDL2 C shared library via the foreign function interface.") (license license:lgpl3+)))) (define chickadee - (let ((commit "d4d82c8f2259f368085ce4cb31a3de1751199edd")) + (let ((commit "d4f19639bd4c7094a8e146f27427b8ebe033a499")) (package (name "chickadee") (version (string-append "0.5.0-1." (string-take commit 7))) @@ -109,7 +109,7 @@ SDL2 C shared library via the foreign function interface.") (commit commit))) (sha256 (base32 - "1flral9nsxqydsmvw1lprrhkvn4xdkjv1lx4imr0i9lhdx1nbzq5")))) + "1fcskh0pxwg38q870lhykqabdbh92943vbzx7d6c58dzp0kd34vy")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") @@ -140,7 +140,7 @@ Scheme. It contains all of the basic components needed to develop (license license:gpl3+)))) (define starling - (let ((commit "b9246716c77b10c6e5b8cbf65ea78653931e5751")) + (let ((commit "55678485e8da6e98278e9bdeb7aa3935d61f3f77")) (package (name "starling") (version (string-append "0.1.0-1." (string-take commit 7))) @@ -151,7 +151,7 @@ Scheme. It contains all of the basic components needed to develop (commit commit))) (sha256 (base32 - "11l5m2lfiaxlgz3ry7iwq8wgz5s7m18ys53iqac6qji2b9878gqf")))) + "05ca3hb2zlam7f58y2wxwmb6c75zxf8qs144xyhc5jxylycfi5sx")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") |