guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: cuirass: Update to 1.1.0-2.830817a.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-2.830817a.
Date: Thu, 12 Aug 2021 04:59:13 -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 9f544c6  gnu: cuirass: Update to 1.1.0-2.830817a.
9f544c6 is described below

commit 9f544c631f9739ac1f33b241e8d9c446fa63cfca
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 12 10:58:28 2021 +0200

    gnu: cuirass: Update to 1.1.0-2.830817a.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-2.830817a.
---
 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 0bcde0f..d809ed0 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 "f9a5dbd54eaa7fa8ac173fd5e68209f937840d90")
-        (revision "1"))
+  (let ((commit "830817aaac1516eb86092ee0204dee1017d71cec")
+        (revision "2"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0wrx2bf1gdnbkfgmmqr46s1fhvv3568yi7hxb24plf4xx5jq5yg8"))))
+           "1bxfjz35hv3m2ij9mc9pphjd6n5kwqk9sx0kdxkp75kp4jzkcykr"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]