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-41.614ea05.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-41.614ea05.
Date: Sun, 02 Aug 2020 12:45:18 -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 811f357  gnu: cuirass: Update to 0.0.1-41.614ea05.
811f357 is described below

commit 811f357c59374789c28c45468686dd76c74faa05
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Aug 2 18:43:09 2020 +0200

    gnu: cuirass: Update to 0.0.1-41.614ea05.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-41.614ea05.
---
 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 ba99c6d..24fea1e 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -47,8 +47,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "153b49c952eb0238329355590fc7d965ceb504e8")
-        (revision "40"))
+  (let ((commit "614ea0576743e7ab83a7b4f82b48f272a67ebbf7")
+        (revision "41"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1fx21jfikb5n7x73ibw0ya2bi4zzmgbv08vymv8qlc0r8h721ssy"))))
+                  "0klm2yswhrdfq21167i589x1v4sgp8ayhmzarpcr6b0y5clg5ij3"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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