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.0.0-23.58e3551.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-23.58e3551.
Date: Sat, 29 May 2021 09:59:09 -0400

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 6e1cf43  gnu: cuirass: Update to 1.0.0-23.58e3551.
6e1cf43 is described below

commit 6e1cf434d75c3d6db377ea260b90c596e9d8a554
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat May 29 15:58:56 2021 +0200

    gnu: cuirass: Update to 1.0.0-23.58e3551.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-23.58e3551.
---
 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 f3fae20..588f52a 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 "3ac739b97dbf3684f925eac7a5d609e79ec1ac5f")
-        (revision "22"))
+  (let ((commit "58e3551d6dcc3cf4a9d072d6c56531ae3b6e7bbe")
+        (revision "23"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1nl171qmxhcb0sq39khk7knapvlzm26z2lmzqwdmj65vyyg9inrc"))))
+           "0m2w0258m9mb1gq1522z4mhinhs3xgbmdas4aaqnf50hsnxmh7h5"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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