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-53.df2d136.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-53.df2d136.
Date: Thu, 15 Oct 2020 04:06:43 -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 993b3af  gnu: cuirass: Update to 0.0.1-53.df2d136.
993b3af is described below

commit 993b3af6405305adc0ca921ef59412d43b4f9d63
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 15 10:06:12 2020 +0200

    gnu: cuirass: Update to 0.0.1-53.df2d136.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-53.df2d136.
---
 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 f2cc028..517b20f 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 "38ee2c5b5b21404f383fc5066af8141785676e56")
-        (revision "52"))
+  (let ((commit "df2d13621f4b2ace33a460746e704115b7b1541e")
+        (revision "53"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -81,7 +81,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "13z862i668v2c6w3ajb1mddkzfcdc16myjqz7gss59bykzag728p"))))
+                  "1vgb1wl1rkijm1vv5chqllf4i5w1j7g02xqlaf2xmqjh2phy5dxa"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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