[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: cuirass: Update to 0.0.1-49.cd89fc4.
From: |
guix-commits |
Subject: |
02/02: gnu: cuirass: Update to 0.0.1-49.cd89fc4. |
Date: |
Fri, 2 Oct 2020 04:03:46 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit f469fb927fc5c0ce62bf2040767117818c97ef7e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Oct 2 10:02:57 2020 +0200
gnu: cuirass: Update to 0.0.1-49.cd89fc4.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-49.cd89fc4.
---
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 9797b34..51cbfc3 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -68,8 +68,8 @@
(file-name (string-append name "-" version "-checkout")))))))
(define-public cuirass
- (let ((commit "0ffcb80ebbaa2b177f03548035a2ef21ae7ac41d")
- (revision "48"))
+ (let ((commit "cd89fc433f64fbbf1190373096271522e1b0cc0b")
+ (revision "49"))
(package
(name "cuirass")
(version (git-version "0.0.1" revision commit))
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "04ks1ghsdb5r1brkngzb8ldm6h1zybdkwdqvl0lkh3qs8qyvmskq"))))
+ "0qn1sycr8azx6knfzgnqb57z1xacvgkbxwkfns6ndcxiadn2dv4g"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)