[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cuirass: Update to 1.0.0-7.1b35a77.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cuirass: Update to 1.0.0-7.1b35a77. |
Date: |
Wed, 07 Apr 2021 09:28:16 -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 37d8def gnu: cuirass: Update to 1.0.0-7.1b35a77.
37d8def is described below
commit 37d8def701839200c44c76cb2fa2abfb27a7b88b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 7 15:28:01 2021 +0200
gnu: cuirass: Update to 1.0.0-7.1b35a77.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-7.1b35a77.
---
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 eaf3b30..eaf32d9 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
- (let ((commit "ec0be96407f039a7a2f7daf4baf1d26e47773753")
- (revision "6"))
+ (let ((commit "1b35a7785627f3e8c5b6d8f37bf11eb4a470b4c4")
+ (revision "7"))
(package
(name "cuirass")
(version (git-version "1.0.0" revision commit))
@@ -62,7 +62,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1cxwbsf4if7lk1i0fhpp1m7dga35afq4dgpkbj9a9f2z8cxi1w1d"))))
+ "1hy8inhwpi9i92yg5alvmqgp1vjnrhinckywkv9kgyjlskzshib3"))))
(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-7.1b35a77.,
guix-commits <=