[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: cuirass: Update to 0.0.1-59.68532ae.
From: |
guix-commits |
Subject: |
03/04: gnu: cuirass: Update to 0.0.1-59.68532ae. |
Date: |
Thu, 28 Jan 2021 10:23:04 -0500 (EST) |
mothacehe pushed a commit to branch master
in repository guix.
commit c13bd9bec84ce43c1e4aac415759537f16e822fa
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 28 16:19:53 2021 +0100
gnu: cuirass: Update to 0.0.1-59.68532ae.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-59.68532ae.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 dad2e4e..508544c 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -69,8 +69,8 @@
(file-name (string-append name "-" version "-checkout")))))))
(define-public cuirass
- (let ((commit "da6a5c0355e72d725003c9005a9974f2a476d999")
- (revision "58"))
+ (let ((commit "68532aee908954887bfd6393009485d5bbb94ea2")
+ (revision "59"))
(package
(name "cuirass")
(version (git-version "0.0.1" revision commit))
@@ -82,7 +82,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0p9ad0aisbl7clb3vi7zmfbnmnsnxq90vgx8v9ly5b0dgrav91p4"))))
+ "0p6d04xnw6djp8wfr6wh6jx2v3nh9pcw57bgbvv6rk26xy6q69nf"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)