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-11.922cc66.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-11.922cc66.
Date: Wed, 14 Apr 2021 12:05: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 3a2747a  gnu: cuirass: Update to 1.0.0-11.922cc66.
3a2747a is described below

commit 3a2747ab74911c0c22f71ae06f72fe0d528d7f25
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 18:05:16 2021 +0200

    gnu: cuirass: Update to 1.0.0-11.922cc66.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-11.922cc66.
---
 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 655f536..8d93513 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -55,8 +55,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "17e8759efe65c643c3670401216a9b2a3c755057")
-        (revision "10"))
+  (let ((commit "922cc66089035d4dbc277df06366e41a0806bffb")
+        (revision "11"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "18783ab1ckvb32xwf5sl16fbka8jwdcnv1zw8zakmgm9z10mqdmf"))))
+           "1kanag19dvaqpij7j6gznsfzajc5iir9qj6vq016bc4al5x6ggj4"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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