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-10.17e8759.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-10.17e8759.
Date: Wed, 14 Apr 2021 09:07:53 -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 5bc5371  gnu: cuirass: Update to 1.0.0-10.17e8759.
5bc5371 is described below

commit 5bc5371b347681c13a41fa8d9ed5fbf64354480a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 15:07:25 2021 +0200

    gnu: cuirass: Update to 1.0.0-10.17e8759.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-10.17e8759.
---
 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 030fc73..655f536 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 "d601fe0e4c85ab7b37f0571e898448c9fadde715")
-        (revision "9"))
+  (let ((commit "17e8759efe65c643c3670401216a9b2a3c755057")
+        (revision "10"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "09d05bqy7wqz9175b4nv3sqasibx4175kmiz75id05ipr0vn0j12"))))
+           "18783ab1ckvb32xwf5sl16fbka8jwdcnv1zw8zakmgm9z10mqdmf"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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