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-51.cb2c4e3.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-51.cb2c4e3.
Date: Wed, 07 Oct 2020 07:45:10 -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 19e6c44  gnu: cuirass: Update to 0.0.1-51.cb2c4e3.
19e6c44 is described below

commit 19e6c4445f09606bfda72b2f36582021951e1e9c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Oct 7 13:44:38 2020 +0200

    gnu: cuirass: Update to 0.0.1-51.cb2c4e3.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-51.cb2c4e3.
---
 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 a4bf298..3d303a2 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 "71aac24f3fe8cb396c9d232453d8721519cae914")
-        (revision "50"))
+  (let ((commit "cb2c4e3d8f7eda187adf6da1fc35aef838c49828")
+        (revision "51"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -81,7 +81,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0d9s39zi44fvck3dqd58j35wdiwa1s4f86lms3gagvkzbc0mwdia"))))
+                  "0f2di2pqqw8k4ii7h65kbzyf2d4w7nd5n3a93a8l9si4phf6a5c7"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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