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-77.88f3cf6.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-77.88f3cf6.
Date: Wed, 10 Mar 2021 13:26:37 -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 60174c9  gnu: cuirass: Update to 0.0.1-77.88f3cf6.
60174c9 is described below

commit 60174c9c8c307be43450af38ce7c4e268278e07c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Mar 10 19:26:14 2021 +0100

    gnu: cuirass: Update to 0.0.1-77.88f3cf6.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-77.88f3cf6.
---
 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 6f87416..8b1bb29 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 "5f830da3e3fde58044f189a0dfc30fe6aa0d8db6")
-        (revision "76"))
+  (let ((commit "88f3cf65e0b5974c6525d498ebffc607bc62baf0")
+        (revision "77"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -80,7 +80,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1wkrpxpf52pf37k1v1rnlscmnj64qvpqv3rgx46x4iah0jf57yyc"))))
+           "1mwi6i400kjdkfccvbc49fka18dhkcl0rbiqylgpb7lh0pzss9j7"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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