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-9.95c29ab.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-9.95c29ab.
Date: Sun, 09 Jan 2022 12:55:48 -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 c9f9e78dc0 gnu: cuirass: Update to 1.1.0-9.95c29ab.
c9f9e78dc0 is described below

commit c9f9e78dc0e911d693138b36a192aced0e2f0c75
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 9 18:55:25 2022 +0100

    gnu: cuirass: Update to 1.1.0-9.95c29ab.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-9.95c29ab.
---
 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 57aa778afe..10e24e5cb6 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 "16906595cf4bbeaff31ceaedc14c5443f773293c")
-        (revision "8"))
+  (let ((commit "95c29ab9abcd67ebeeee386ff043a7c52680526e")
+        (revision "9"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1lpm58plzmj39m27v3j5i7x0lq4bsv2fgcnj2ihqmlyawjvm5082"))))
+           "0bxijqly6hvvdp29w5nvl382mwqdrwgfqa83fhaq0bav7nd05gsy"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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