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-18.b1abb44.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-18.b1abb44.
Date: Tue, 25 May 2021 07:55:57 -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 414e41d  gnu: cuirass: Update to 1.0.0-18.b1abb44.
414e41d is described below

commit 414e41de64e0e8aeb380ff7c9e4b0a0420cf630b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue May 25 13:55:42 2021 +0200

    gnu: cuirass: Update to 1.0.0-18.b1abb44.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-18.b1abb44.
---
 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 c850d37..28dd9ad 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 "31fd4d4fe107d86f5e202510e177726a1f49e828")
-        (revision "17"))
+  (let ((commit "b1abb4438b99fa4f5b0fcc0052015e69209e1ea0")
+        (revision "18"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "08phqr0sfi6hkzrqhqsh9ri9434sd41qg1b5vijbadgsj1ql33rw"))))
+           "0iadm1qlg8535yzs1sw1v1iszlfdd42nrzfh4s7kbwvf28ksh4a3"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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