[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cuirass: Update to 1.0.0-22.3ac739b.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cuirass: Update to 1.0.0-22.3ac739b. |
Date: |
Fri, 28 May 2021 08:27:48 -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 45b9875 gnu: cuirass: Update to 1.0.0-22.3ac739b.
45b9875 is described below
commit 45b98751ffec9c74b1bc466a09dceada14ebf2a1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri May 28 14:25:12 2021 +0200
gnu: cuirass: Update to 1.0.0-22.3ac739b.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-22.3ac739b.
---
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 f223f37..f3fae20 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 "65ae16b3c8bc5f7c062fd62b723fdca763b25e3b")
- (revision "21"))
+ (let ((commit "3ac739b97dbf3684f925eac7a5d609e79ec1ac5f")
+ (revision "22"))
(package
(name "cuirass")
(version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1kmfsybnbg3fr8fbc15fwf5ynw2737ci5qyaj9wdgzmh6756q3pn"))))
+ "1nl171qmxhcb0sq39khk7knapvlzm26z2lmzqwdmj65vyyg9inrc"))))
(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-22.3ac739b.,
guix-commits <=