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 1.0.0-3.f5a2eea.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-3.f5a2eea.
Date: Thu, 25 Mar 2021 13:36:02 -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 ac29d37  gnu: cuirass: Update to 1.0.0-3.f5a2eea.
ac29d37 is described below

commit ac29d37e2ffd7a85adfcac9be4d5bce018289bec
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Mar 25 18:34:01 2021 +0100

    gnu: cuirass: Update to 1.0.0-3.f5a2eea.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-3.f5a2eea.
---
 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 bafe997..c1305a7 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "6f4a203a0bb2d441d091d561c1735fbe2d170cf7")
-        (revision "2"))
+  (let ((commit "f5a2eeae18ec02043107199047ddffd83e76d620")
+        (revision "3"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -62,7 +62,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "120cnnjy4j2dinfmas1ddmqzzc7ikj9c76sl4li6g6dn8g7s8f69"))))
+           "1jnm67zhfsbd7b0ns8llmlp7idahw1gcsg09ffrpx77yyr5xhyzg"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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