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-12.e49368a.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-12.e49368a.
Date: Mon, 19 Apr 2021 13:40:58 -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 2f6cbd5  gnu: cuirass: Update to 1.0.0-12.e49368a.
2f6cbd5 is described below

commit 2f6cbd55b6b1d196672e13a3231bfb288521ad60
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Apr 19 19:39:55 2021 +0200

    gnu: cuirass: Update to 1.0.0-12.e49368a.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-12.e49368a.
---
 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 8d93513..fe1cd6b 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 "922cc66089035d4dbc277df06366e41a0806bffb")
-        (revision "11"))
+  (let ((commit "e49368a8b30190c0e4351e78d21ae2d22b51a878")
+        (revision "12"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1kanag19dvaqpij7j6gznsfzajc5iir9qj6vq016bc4al5x6ggj4"))))
+           "0kfaqrz2ajwvrii6lf4748wsx73vwv5bfhlr1r666wxrcszpqka7"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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