guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: cuirass: Update to 1.1.0-6.df8837c.


From: guix-commits
Subject: 02/02: gnu: cuirass: Update to 1.1.0-6.df8837c.
Date: Fri, 3 Dec 2021 04:41:46 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit c0d9ba22d05316bc423c431b6754436f539cf1b3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 3 10:41:06 2021 +0100

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



reply via email to

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