diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 16:13:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-02 16:13:35 +0200 |
commit | decf5fed655c9f8424b39cfd54f381394a2afcbc (patch) | |
tree | f4b780d2000ca022585b9826bf308c4cb32e98bd | |
parent | 7d7dcc3600af33e67ac59772880a916e03f714a2 (diff) | |
download | guix-decf5fed655c9f8424b39cfd54f381394a2afcbc.tar.gz |
gnu: cuirass: Update to b825967.
Fixes a regression introduced with the guile-squee update in 63e5975cac15102e35032d15fcd90e43d5610fa4 (which brings non-blocking/asynchronous 'exec-query') whereby Cuirass would call 'exec-query' whereby another command was being processed. * gnu/packages/ci.scm (cuirass): Update to b825967.
-rw-r--r-- | gnu/packages/ci.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 112987b6df..cb55a62334 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -58,8 +58,8 @@ #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR))) (define-public cuirass - (let ((commit "4a8a4bc1f83924c88740b08b14cbfbc089502997") - (revision "15")) + (let ((commit "b82596778bf653a572b5fcd483388226b29b96f3") + (revision "16")) (package (name "cuirass") (version (git-version "1.1.0" revision commit)) @@ -72,7 +72,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0s55yx86wqnb543vwbs2kj6bmnzqrvjgj3mafm7vzvfrxrqj3xgi")))) + "1246cs3bmpkp8jis0xxasmrpq622p1ds3s0payrv5bxng9j6dbfp")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build utils) |