guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: cuirass: Update to 0.0.1-70.342c5ed


From: guix-commits
Subject: 01/04: gnu: cuirass: Update to 0.0.1-70.342c5ed
Date: Mon, 22 Feb 2021 04:23:21 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 61a5305b395368816d8c594ae82bc794449a83c8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 22 09:11:01 2021 +0100

    gnu: cuirass: Update to 0.0.1-70.342c5ed
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-70.342c5ed.
---
 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 f7480ac..5c40183 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "860fffa2608dcdfd7fae474115bafa1b20f69b72")
-        (revision "69"))
+  (let ((commit "342c5edfe8c372f916aa82a486943086158f4e1a")
+        (revision "70"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0dscfjpv3rkf1wy3z1yxc3fp27q1x8nrmdhfxr5dvhayb5b3ibml"))))
+                  "073ab67i4d37pbkpyn0aciwjyhxglmhf36nq0ly57v9183yfmi60"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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