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-33-61cc56f6.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-33-61cc56f6.
Date: Mon, 22 Jun 2020 04:40:10 -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 b7f211b  gnu: cuirass: Update to 0.0.1-33-61cc56f6.
b7f211b is described below

commit b7f211bbbc1bde20252808a6fc68f56f5a9a0d5d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jun 22 10:39:17 2020 +0200

    gnu: cuirass: Update to 0.0.1-33-61cc56f6.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-33-61cc56f6.
---
 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 262396b..a37d4e9 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 "3db603c1913fe14d260a44b05575a2ead3866b47")
-        (revision "32"))
+  (let ((commit "61cc56f6cc9ac4985c0013968af43e4da70aa954")
+        (revision "33"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1q69lgngsvpvcy6ww2a75wndjzymay5xaqmbj78znqmn7ck3fv44"))))
+                  "0g3fyp90w1wlk3401llzi0xrqj0nkgylqfgx8sa3qi4xy7lymkrs"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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