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.0.0-2.6f4a203.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-2.6f4a203.
Date: Tue, 23 Mar 2021 07:01:49 -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 0efd686  gnu: cuirass: Update to 1.0.0-2.6f4a203.
0efd686 is described below

commit 0efd68681dcec50d445a4fd080c315b999164828
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 23 12:01:23 2021 +0100

    gnu: cuirass: Update to 1.0.0-2.6f4a203.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-2.6f4a203.
---
 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 4fa85d0..e0c7238 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -66,8 +66,8 @@
                 (file-name (string-append name "-" version "-checkout")))))))
 
 (define-public cuirass
-  (let ((commit "0497e0d6c4184223034855b61312d38ffae0b766")
-        (revision "1"))
+  (let ((commit "6f4a203a0bb2d441d091d561c1735fbe2d170cf7")
+        (revision "2"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -80,7 +80,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1y6030kx6c8h927gr30b78b3flwlqx15iakrc2lgw5xw0367gqhg"))))
+           "120cnnjy4j2dinfmas1ddmqzzc7ikj9c76sl4li6g6dn8g7s8f69"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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