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-32.3db603c.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-32.3db603c.
Date: Mon, 15 Jun 2020 10:29:51 -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 cf48f0f  gnu: cuirass: Update to 0.0.1-32.3db603c.
cf48f0f is described below

commit cf48f0fc4c40a2ec0b38a445e1e13f37722a0ade
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jun 15 16:28:18 2020 +0200

    gnu: cuirass: Update to 0.0.1-32.3db603c.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
---
 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 317136e..262396b 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 "2280ae18eb25aa7034636c58bf288c9bd5a8fa3b")
-        (revision "31"))
+  (let ((commit "3db603c1913fe14d260a44b05575a2ead3866b47")
+        (revision "32"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1gbmpwgiwy740d936b052gfivzw52pgrny7j7lbl56wi9wnawkc9"))))
+                  "1q69lgngsvpvcy6ww2a75wndjzymay5xaqmbj78znqmn7ck3fv44"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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