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 0.0.1-52.38ee2c5.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-52.38ee2c5.
Date: Wed, 14 Oct 2020 10:37:13 -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 33c6611  gnu: cuirass: Update to 0.0.1-52.38ee2c5.
33c6611 is described below

commit 33c66110980adc4d582b7c86d4ce5759f3802579
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Oct 14 16:35:34 2020 +0200

    gnu: cuirass: Update to 0.0.1-52.38ee2c5.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-52.38ee2c5.
---
 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 3d303a2..f2cc028 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -68,8 +68,8 @@
                 (file-name (string-append name "-" version "-checkout")))))))
 
 (define-public cuirass
-  (let ((commit "cb2c4e3d8f7eda187adf6da1fc35aef838c49828")
-        (revision "51"))
+  (let ((commit "38ee2c5b5b21404f383fc5066af8141785676e56")
+        (revision "52"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -81,7 +81,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0f2di2pqqw8k4ii7h65kbzyf2d4w7nd5n3a93a8l9si4phf6a5c7"))))
+                  "13z862i668v2c6w3ajb1mddkzfcdc16myjqz7gss59bykzag728p"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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