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-55.fd432b8.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-55.fd432b8.
Date: Wed, 25 Nov 2020 11:37:48 -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 d590178  gnu: cuirass: Update to 0.0.1-55.fd432b8.
d590178 is described below

commit d5901789f4e517579efd8123f1c4c785440c6c06
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Nov 25 16:57:32 2020 +0100

    gnu: cuirass: Update to 0.0.1-55.fd432b8.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-55.fd432b8.
---
 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 bed5469..2fb9822 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 "e0f97e475f6d9d832eb67b3576f2c43a0aff65b4")
-        (revision "54"))
+  (let ((commit "fd432b8e8f449d691773e96e7d90f44761e01aa3")
+        (revision "55"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -81,7 +81,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1x9akw58s0gxi2m9m6kl7j0g4rg7rhvrlyql7v2w51q06j518wq7"))))
+                  "10j3w3px0250avwry2x8wsa0m0plvm957g4qqgnajsbc9gvka554"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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