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-38.136a829.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-38.136a829.
Date: Thu, 02 Jul 2020 15:14:22 -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 aea64ac  gnu: cuirass: Update to 0.0.1-38.136a829.
aea64ac is described below

commit aea64acce76135c3d59dc81887eb63abeac2fd67
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jul 2 21:13:52 2020 +0200

    gnu: cuirass: Update to 0.0.1-38.136a829.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-38.136a829.
---
 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 a783aec..6b6d051 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 "882393dee0ae78d98eeb8e571843644d985e4736")
-        (revision "37"))
+  (let ((commit "136a8295e4e09724eccc230c127fb880aa84b57d")
+        (revision "38"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1cxhk154f52q019ga1wgd6g99mm64k7skch671fp2bf5h2dvxnd9"))))
+                  "04fzc2q8cd02dnlrarzlxq0yfi90735s5f6dw7g2k63rbxlhcq8j"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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