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-16.40b3238.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-16.40b3238.
Date: Mon, 26 Apr 2021 06:00:54 -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 2c72db4  gnu: cuirass: Update to 1.0.0-16.40b3238.
2c72db4 is described below

commit 2c72db42878c31271804c412914331c9204fa705
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Apr 26 11:58:38 2021 +0200

    gnu: cuirass: Update to 1.0.0-16.40b3238.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-16.40b3238.
---
 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 42a7374..2ece3e0 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 "962923c13b914b84098b409948f8e328c74b4056")
-        (revision "15"))
+  (let ((commit "40b32387cf290a84660d34c42da0637bc93c2b00")
+        (revision "16"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0nij7bvv1cxn47bdgd0lfqhnl8462il1ay6r39sp09zxni517mh7"))))
+           "0sxcms1lz3mn02a48gqrlapyg2p2jjrsc9pjvri2lkq0lyy02w7b"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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