[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: cuirass: Update to 1.0.0-13.a946fe2.
From: |
guix-commits |
Subject: |
02/02: gnu: cuirass: Update to 1.0.0-13.a946fe2. |
Date: |
Tue, 20 Apr 2021 04:15:18 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 381915bfb237caaa32043ecaf7a4a1ac17951c4c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Apr 20 10:14:02 2021 +0200
gnu: cuirass: Update to 1.0.0-13.a946fe2.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-13.a946fe2.
---
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 fe1cd6b..edd1cc3 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -55,8 +55,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
- (let ((commit "e49368a8b30190c0e4351e78d21ae2d22b51a878")
- (revision "12"))
+ (let ((commit "a946fe2e541b190dfc8e58e7f4259778210e424c")
+ (revision "13"))
(package
(name "cuirass")
(version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0kfaqrz2ajwvrii6lf4748wsx73vwv5bfhlr1r666wxrcszpqka7"))))
+ "1kcfby83k66s3d9spg8m57klvkjrjk9fmzb6hsbkny303gzks26c"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build utils)