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-21.65ae16b.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-21.65ae16b.
Date: Fri, 28 May 2021 05:28:37 -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 90e1f9c  gnu: cuirass: Update to 1.0.0-21.65ae16b.
90e1f9c is described below

commit 90e1f9cbe1de92346cf609d3f2b60fee8e1358b0
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri May 28 11:28:16 2021 +0200

    gnu: cuirass: Update to 1.0.0-21.65ae16b.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-21.65ae16b.
---
 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 22c11a8..f223f37 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -73,8 +73,8 @@
                 (file-name (string-append name "-" version "-checkout")))))))
 
 (define-public cuirass
-  (let ((commit "524b81d9ca6334dc322930a0ccc1d6830a81899b")
-        (revision "20"))
+  (let ((commit "65ae16b3c8bc5f7c062fd62b723fdca763b25e3b")
+        (revision "21"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0jq4pdamqv7p85049na9344pr4q3j8zxm5p6k4yl6fq87k096frs"))))
+           "1kmfsybnbg3fr8fbc15fwf5ynw2737ci5qyaj9wdgzmh6756q3pn"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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