guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: cuirass: Update to 7bcd3d0.


From: guix-commits
Subject: 11/12: gnu: cuirass: Update to 7bcd3d0.
Date: Sun, 14 Jan 2024 17:01:38 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 68f04aa339be1263f607b4eede5a71f25e4f7e46
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jan 14 22:48:11 2024 +0100

    gnu: cuirass: Update to 7bcd3d0.
    
    * gnu/packages/ci.scm (cuirass): Update to 7bcd3d0.
    
    Change-Id: Iefc460df509a2c006f3a49d6050ef08940ed2850
---
 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 18ae571127..3336754b68 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 "bdc1f9f304a3f5931ec507dcfe0b91b185b70708")
-        (revision "1"))
+  (let ((commit "7bcd3d079f0ec45ac50f0dbc14eb4ec68c6a6b53")
+        (revision "2"))
     (package
       (name "cuirass")
       (version (git-version "1.2.0" revision commit))
@@ -74,7 +74,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "031vv3rk7vzal611iq8sgq5yackp78kdpz8qn78j561pl9bip80n"))))
+           "0x92dsck8ryyqz5cbs6i11wdrsbagrl85jddzc52rmwzqzrig9j2"))))
       (build-system gnu-build-system)
       (arguments
        (list #:modules `((guix build utils)



reply via email to

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