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 0.0.1-71.3e65617.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-71.3e65617.
Date: Mon, 22 Feb 2021 05:25:15 -0500

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 3c674b5  gnu: cuirass: Update to 0.0.1-71.3e65617.
3c674b5 is described below

commit 3c674b57342ebd866ac1a6f04ae1dacc1a975d0b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 22 11:20:46 2021 +0100

    gnu: cuirass: Update to 0.0.1-71.3e65617.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-71.3e65617.
---
 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 22f1b6e..eac26a6 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 "342c5edfe8c372f916aa82a486943086158f4e1a")
-        (revision "70"))
+  (let ((commit "3e6561740958ea06bf50f8086a4066b555beacc5")
+        (revision "71"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "073ab67i4d37pbkpyn0aciwjyhxglmhf36nq0ly57v9183yfmi60"))))
+                  "1mrfjcfw9v7gpk4sp65jxfvikmdkxgkhwdjn29vjph04z82jh36z"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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