mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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.
This commit is contained in:
parent
7d7dcc3600
commit
decf5fed65
1 changed files with 3 additions and 3 deletions
|
@ -58,8 +58,8 @@ (define-module (gnu packages ci)
|
||||||
#: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 @@ (define-public cuirass
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue