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-54.e0f97e4.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-54.e0f97e4.
Date: Wed, 25 Nov 2020 05:11:18 -0500

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 3a089dd  gnu: cuirass: Update to 0.0.1-54.e0f97e4.
3a089dd is described below

commit 3a089dd70eb66fbaf5e1703d87e93394fc73e0b5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Nov 25 10:51:19 2020 +0100

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



reply via email to

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