[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cuirass: Update to 1.0.0-19.e1382f0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cuirass: Update to 1.0.0-19.e1382f0. |
Date: |
Tue, 25 May 2021 09:16:03 -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 d2a8b72 gnu: cuirass: Update to 1.0.0-19.e1382f0.
d2a8b72 is described below
commit d2a8b72b2ffe6ec743ddcdb82dfe4b96204b2b3a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue May 25 15:15:44 2021 +0200
gnu: cuirass: Update to 1.0.0-19.e1382f0.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-19.e1382f0.
---
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 28dd9ad..1f08fde 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 "b1abb4438b99fa4f5b0fcc0052015e69209e1ea0")
- (revision "18"))
+ (let ((commit "e1382f0303d282017aa5d68f0e870863070f28c0")
+ (revision "19"))
(package
(name "cuirass")
(version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0iadm1qlg8535yzs1sw1v1iszlfdd42nrzfh4s7kbwvf28ksh4a3"))))
+ "0kxackclmcqi44xi1pwnm65c05wkp1z6aid2qzkw7sxc1j24iaw2"))))
(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-19.e1382f0.,
guix-commits <=