[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/17: gnu: cuirass: Update to b825967.
From: |
guix-commits |
Subject: |
08/17: gnu: cuirass: Update to b825967. |
Date: |
Fri, 2 Jun 2023 11:24:03 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit decf5fed655c9f8424b39cfd54f381394a2afcbc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 2 16:13:35 2023 +0200
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.
---
gnu/packages/ci.scm | 6 +++---
1 file 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)
- branch master updated (a7d9cd742c -> 69dfdb7bd1), guix-commits, 2023/06/02
- 05/17: gnu: python-docrepr: Fix tests., guix-commits, 2023/06/02
- 03/17: gnu: gcc-boot0: Do not use 'coreutils-boot0' on GNU/Hurd., guix-commits, 2023/06/02
- 08/17: gnu: cuirass: Update to b825967.,
guix-commits <=
- 01/17: ci: Reify the timestamps of evaluations., guix-commits, 2023/06/02
- 02/17: read-print: Add 'package/inherit' special form., guix-commits, 2023/06/02
- 04/17: gnu: cpp-mustache: Update to 5.0 to fix build., guix-commits, 2023/06/02
- 10/17: tests: Check for service existence in MODIFY-SERVICES, guix-commits, 2023/06/02
- 11/17: services: Error in MODIFY-SERVICES when services don't exist, guix-commits, 2023/06/02
- 13/17: gnu: Add ocaml-parmap., guix-commits, 2023/06/02
- 14/17: gnu: Add ocaml-stdcompat., guix-commits, 2023/06/02
- 06/17: gnu: python-ipython-documentation: Remove patches., guix-commits, 2023/06/02
- 07/17: gnu: python-ipython-documentation: Update dependencies., guix-commits, 2023/06/02
- 09/17: tests: Add tests for MODIFY-SERVICES procedure, guix-commits, 2023/06/02