This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 922e943059 gnu: cuirass: Update to 2365ba78.
922e943059 is described below

commit 922e943059050f05532ac8274e55e25ebe711cf5
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Fri Jul 5 17:21:57 2024 +0200

    gnu: cuirass: Update to 2365ba78.
    
    * gnu/packages/ci.scm (cuirass): Update to 2365ba78.
    
    Change-Id: Ie7c7b59ec10bb819c5f48fc0240c72d4c7089e82
---
 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 4bcc198bcb..1a95a5e6b5 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -60,8 +60,8 @@
   #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
 
 (define-public cuirass
-  (let ((commit "e4b42065046b5d19d5c16647933326df476b0a79")
-        (revision "4"))
+  (let ((commit "2365ba786c805477fcbae6eaeb358b0dd0501598")
+        (revision "5"))
     (package
       (name "cuirass")
       (version (git-version "1.2.0" revision commit))
@@ -74,7 +74,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "14k849w00h0n13n1xq9hwxpa9n9mg8laa45sbxb7r8ibxd525gf5"))))
+           "1ffkn97b3nxfi2lhj7r2jli88xkhxazwn5fk2pyqchmls2ldpj5s"))))
       (build-system gnu-build-system)
       (arguments
        (list #:modules `((guix build utils)

Reply via email to