[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cuirass: Update to 1.1.0-1.f9a5dbd.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cuirass: Update to 1.1.0-1.f9a5dbd. |
Date: |
Sun, 13 Jun 2021 05:45:06 -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 7f35431 gnu: cuirass: Update to 1.1.0-1.f9a5dbd.
7f35431 is described below
commit 7f35431ed434842eaeaf533921c7e8a8e62fe10b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jun 13 11:44:45 2021 +0200
gnu: cuirass: Update to 1.1.0-1.f9a5dbd.
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-1.f9a5dbd.
---
gnu/packages/ci.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
index 58fdefb..0bcde0f 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -73,11 +73,11 @@
(file-name (string-append name "-" version "-checkout")))))))
(define-public cuirass
- (let ((commit "21202760c0d15c99b69ef235ff129ab9cb478186")
- (revision "25"))
+ (let ((commit "f9a5dbd54eaa7fa8ac173fd5e68209f937840d90")
+ (revision "1"))
(package
(name "cuirass")
- (version (git-version "1.0.0" revision commit))
+ (version (git-version "1.1.0" revision commit))
(source
(origin
(method git-fetch)
@@ -87,7 +87,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1bzzycz7jmmrph730p8d3q2h76ab6i8j72wblm3w0szf8vimcqfk"))))
+ "0wrx2bf1gdnbkfgmmqr46s1fhvv3568yi7hxb24plf4xx5jq5yg8"))))
(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.1.0-1.f9a5dbd.,
guix-commits <=