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-20.524b81d.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-20.524b81d.
Date: Wed, 26 May 2021 05:48:35 -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 3d704fa  gnu: cuirass: Update to 1.0.0-20.524b81d.
3d704fa is described below

commit 3d704fafbaf5f4796f1c688c412f4b1cb77e916f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed May 26 11:48:19 2021 +0200

    gnu: cuirass: Update to 1.0.0-20.524b81d.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-20.524b81d.
---
 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 1f08fde..22c11a8 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 "e1382f0303d282017aa5d68f0e870863070f28c0")
-        (revision "19"))
+  (let ((commit "524b81d9ca6334dc322930a0ccc1d6830a81899b")
+        (revision "20"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -87,7 +87,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0kxackclmcqi44xi1pwnm65c05wkp1z6aid2qzkw7sxc1j24iaw2"))))
+           "0jq4pdamqv7p85049na9344pr4q3j8zxm5p6k4yl6fq87k096frs"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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