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-5.ea09658.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-5.ea09658.
Date: Fri, 12 Nov 2021 05:31:19 -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 6e67c70  gnu: cuirass: Update to 1.1.0-5.ea09658.
6e67c70 is described below

commit 6e67c701a88064babd1aef93b58890aed2dcd0aa
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Nov 12 10:30:59 2021 +0000

    gnu: cuirass: Update to 1.1.0-5.ea09658.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-5.ea09658.
---
 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 6bcf771..82038e4 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 "60190401ce4ccc890629ec3cb22a84a8ab8c2645")
-        (revision "4"))
+  (let ((commit "ea09658f13b3f440c2c755882fdfc7459a5d90fa")
+        (revision "5"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0b0bs32lzk5ck7lw8ac9dj2h70sqc5y430vhi7rcnwj48mdrchma"))))
+           "18w46v46rbibrkhp4ias1ns636f1dds0vv143x7fcchrw01hk71y"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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