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-5.eb94e7d.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-5.eb94e7d.
Date: Sat, 27 Mar 2021 05:47:28 -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 ec3b733  gnu: cuirass: Update to 1.0.0-5.eb94e7d.
ec3b733 is described below

commit ec3b73336861eaa27f506d17fdbea573363beb84
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Mar 27 10:45:47 2021 +0100

    gnu: cuirass: Update to 1.0.0-5.eb94e7d.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-5.eb94e7d.
---
 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 f7f4bf4..15d1cb5 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 "ff3f25d28782a85841b5e604335fc1118ef93f01")
-        (revision "4"))
+  (let ((commit "eb94e7da6a5985a4b92d92aa22955e4013490e9c")
+        (revision "5"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -62,7 +62,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0sykgmh12llkk5qb63542wb7ywjiirscqmlvrsskfkqlgs7scsgg"))))
+           "1fyj33bhfl0zl7ik98dxqvb58n24zv3aw037gvri0p0xzyp2fhbx"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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