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-13.1341725.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-13.1341725.
Date: Mon, 21 Nov 2022 06:34:13 -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 d7ba488d35 gnu: cuirass: Update to 1.1.0-13.1341725.
d7ba488d35 is described below

commit d7ba488d3505ba6a858b503ba6a881b8b988bbc8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Nov 21 12:25:49 2022 +0100

    gnu: cuirass: Update to 1.1.0-13.1341725.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-13.1341725.
---
 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 fb4e48ad4d..b78e8b739b 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -58,8 +58,8 @@
   #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
 
 (define-public cuirass
-  (let ((commit "1fb4b0ac1297e9bd680d0f4a356ce3050b27f913")
-        (revision "12"))
+  (let ((commit "1341725f2cbb886e0960c6fad13444e3cfe36c13")
+        (revision "13"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -72,7 +72,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0134klqiykjgyc6lwl165hpil6hgd8xhm62mpxabr6wrvclk8bhm"))))
+           "0l928hd84ky9l4d1nfdkzc4jvghvxia4j6gflliydvfiyfiw87b3"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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