me
/
guix
Archived
1
0
Fork 0

gnu: cuirass: Update to b825967.

Fixes a regression introduced with the guile-squee update in
63e5975cac (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.
master
Ludovic Courtès 2023-06-02 16:13:35 +02:00
parent 7d7dcc3600
commit decf5fed65
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -58,8 +58,8 @@
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR))) #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
(define-public cuirass (define-public cuirass
(let ((commit "4a8a4bc1f83924c88740b08b14cbfbc089502997") (let ((commit "b82596778bf653a572b5fcd483388226b29b96f3")
(revision "15")) (revision "16"))
(package (package
(name "cuirass") (name "cuirass")
(version (git-version "1.1.0" revision commit)) (version (git-version "1.1.0" revision commit))
@ -72,7 +72,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0s55yx86wqnb543vwbs2kj6bmnzqrvjgj3mafm7vzvfrxrqj3xgi")))) "1246cs3bmpkp8jis0xxasmrpq622p1ds3s0payrv5bxng9j6dbfp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build utils) `(#:modules ((guix build utils)