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-37.882393d.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-37.882393d.
Date: Tue, 30 Jun 2020 11:02:53 -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 7bd13ed  gnu: cuirass: Update to 0.0.1-37.882393d.
7bd13ed is described below

commit 7bd13ed647f9f2b1e4bb89dffe098847db026d90
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 30 17:02:16 2020 +0200

    gnu: cuirass: Update to 0.0.1-37.882393d.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-37.882393d.
---
 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 5d4aae7..a783aec 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 "4dd9664bf98b6063a1ea2d0f76fffd5414be456a")
-        (revision "36"))
+  (let ((commit "882393dee0ae78d98eeb8e571843644d985e4736")
+        (revision "37"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1pd0h1c6djxpq7h63fl21l87w2wwxlp1nawcj6qmrjhb597kncdk"))))
+                  "1cxhk154f52q019ga1wgd6g99mm64k7skch671fp2bf5h2dvxnd9"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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