guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: cuirass: Update to 0eaf7b6.


From: guix-commits
Subject: 01/09: gnu: cuirass: Update to 0eaf7b6.
Date: Wed, 10 Jul 2024 10:13:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e0b0e3dd07c7ec010abdcfccd4613e64e279de71
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 10 15:33:41 2024 +0200

    gnu: cuirass: Update to 0eaf7b6.
    
    * gnu/packages/ci.scm (cuirass): Update to 0eaf7b6.
    
    Change-Id: I56a78c62c91a5b4ca76aa71e7a42eab596e69fdf
---
 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 1a95a5e6b5..ccb4a153ad 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 "2365ba786c805477fcbae6eaeb358b0dd0501598")
-        (revision "5"))
+  (let ((commit "0eaf7b69bed87ac8f5ff10ad904a83a025192577")
+        (revision "6"))
     (package
       (name "cuirass")
       (version (git-version "1.2.0" revision commit))
@@ -74,7 +74,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1ffkn97b3nxfi2lhj7r2jli88xkhxazwn5fk2pyqchmls2ldpj5s"))))
+           "0kc7jgxsjk0bnd02c09rsbqs82rkwyxjsyzy33cb1c8hblf3fbkg"))))
       (build-system gnu-build-system)
       (arguments
        (list #:modules `((guix build utils)



reply via email to

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