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-8.d81d994.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-8.d81d994.
Date: Sun, 09 Jan 2022 12:04:12 -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 f76d07f027 gnu: cuirass: Update to 1.1.0-8.d81d994.
f76d07f027 is described below

commit f76d07f027b4c4596a25842c81282d6a8c50442f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 9 10:56:11 2022 +0100

    gnu: cuirass: Update to 1.1.0-8.d81d994.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-8.d81d994.
---
 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 3b05db7e37..a3a8a9195b 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 "7160b182a0d4c9aa71460ad9c4d866b440027bbd")
-        (revision "7"))
+  (let ((commit "16906595cf4bbeaff31ceaedc14c5443f773293c")
+        (revision "8"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1zpldqzrn4ifp0bzh9af4djjjn7bgmyk37qr4qrx3dm1v0jzjgdr"))))
+           "1lpm58plzmj39m27v3j5i7x0lq4bsv2fgcnj2ihqmlyawjvm5082"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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