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 0.0.1-76.5f830da.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-76.5f830da.
Date: Wed, 10 Mar 2021 10:41:51 -0500

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 c1baf9b  gnu: cuirass: Update to 0.0.1-76.5f830da.
c1baf9b is described below

commit c1baf9b8247f4f691b9f78fdc65ac5a1bc28f629
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Mar 10 16:41:05 2021 +0100

    gnu: cuirass: Update to 0.0.1-76.5f830da.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-76.5f830da.
---
 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 25e0fe73..6f87416 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 "94a7f870a7d813326e6ac6539d243a2994eca918")
-        (revision "75"))
+  (let ((commit "5f830da3e3fde58044f189a0dfc30fe6aa0d8db6")
+        (revision "76"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -80,7 +80,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1i4mlsdlx72y829qh0cavzb9klbnxyl9kah64b473vbnl20whyny"))))
+           "1wkrpxpf52pf37k1v1rnlscmnj64qvpqv3rgx46x4iah0jf57yyc"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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