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


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-25.2120276.
Date: Sun, 30 May 2021 05:32:58 -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 8774e1b  gnu: cuirass: Update to 1.0.0-25.2120276.
8774e1b is described below

commit 8774e1b73709b24fa52b71293ec7f99b825e2af0
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun May 30 11:32:39 2021 +0200

    gnu: cuirass: Update to 1.0.0-25.2120276.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-25.2120276.
---
 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 0f8d1d3..0a5f3af 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 "f0be14a95ae05253063672585e0fb246e3e5383a")
-        (revision "24"))
+  (let ((commit "21202760c0d15c99b69ef235ff129ab9cb478186")
+        (revision "25"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "04x7kal63r3f50nyd2a0s1xw966xcxwpgmanhlqh20rg4nxl1pkq"))))
+           "1bzzycz7jmmrph730p8d3q2h76ab6i8j72wblm3w0szf8vimcqfk"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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