This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new afe11ca gnu: cuirass: Update to 1.1.0-7.7160b18.
afe11ca is described below
commit afe11ca62875fc206c61c65bd661af83a554d12a
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Tue Dec 14 13:24:20 2021 +0100
gnu: cuirass: Update to 1.1.0-7.7160b18.
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-7.7160b18.
---
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 2fa7260..c5fd671 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -73,8 +73,8 @@
(file-name (string-append name "-" version "-checkout")))))))
(define-public cuirass
- (let ((commit "df8837ce3eedc5d47ec6f3a0088e2c7044087b1c")
- (revision "6"))
+ (let ((commit "7160b182a0d4c9aa71460ad9c4d866b440027bbd")
+ (revision "7"))
(package
(name "cuirass")
(version (git-version "1.1.0" revision commit))
@@ -87,7 +87,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1r2gqigp3vlr5i1nqq9bhgmdzs54awr4iqyrr2nq7s5ml4yivn8y"))))
+ "1zpldqzrn4ifp0bzh9af4djjjn7bgmyk37qr4qrx3dm1v0jzjgdr"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build utils)