[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cuirass: Update to 1.0.0-6.ec0be96.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cuirass: Update to 1.0.0-6.ec0be96. |
Date: |
Wed, 07 Apr 2021 05:57:54 -0400 |
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 a121f4c gnu: cuirass: Update to 1.0.0-6.ec0be96.
a121f4c is described below
commit a121f4c54a3534c7191b1dc5d2b932510c477e35
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 7 11:57:21 2021 +0200
gnu: cuirass: Update to 1.0.0-6.ec0be96.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-6.ec0be96.
---
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 cdfe725..eaf3b30 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
- (let ((commit "eb94e7da6a5985a4b92d92aa22955e4013490e9c")
- (revision "5"))
+ (let ((commit "ec0be96407f039a7a2f7daf4baf1d26e47773753")
+ (revision "6"))
(package
(name "cuirass")
(version (git-version "1.0.0" revision commit))
@@ -62,7 +62,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1fyj33bhfl0zl7ik98dxqvb58n24zv3aw037gvri0p0xzyp2fhbx"))))
+ "1cxwbsf4if7lk1i0fhpp1m7dga35afq4dgpkbj9a9f2z8cxi1w1d"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build utils)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cuirass: Update to 1.0.0-6.ec0be96.,
guix-commits <=