[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cuirass: Update to 1.0.0-24.f0be14a.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cuirass: Update to 1.0.0-24.f0be14a. |
Date: |
Sun, 30 May 2021 05:13:08 -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 fd90a36 gnu: cuirass: Update to 1.0.0-24.f0be14a.
fd90a36 is described below
commit fd90a36869d24557b2d456f8fb8f3a487c75045f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun May 30 11:12:19 2021 +0200
gnu: cuirass: Update to 1.0.0-24.f0be14a.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-24.f0be14a.
---
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 588f52a..0f8d1d3 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 "58e3551d6dcc3cf4a9d072d6c56531ae3b6e7bbe")
- (revision "23"))
+ (let ((commit "f0be14a95ae05253063672585e0fb246e3e5383a")
+ (revision "24"))
(package
(name "cuirass")
(version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0m2w0258m9mb1gq1522z4mhinhs3xgbmdas4aaqnf50hsnxmh7h5"))))
+ "04x7kal63r3f50nyd2a0s1xw966xcxwpgmanhlqh20rg4nxl1pkq"))))
(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-24.f0be14a.,
guix-commits <=