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-39.0955a11.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-39.0955a11.
Date: Thu, 30 Jul 2020 09:52:45 -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 e3f25bf  gnu: cuirass: Update to 0.0.1-39.0955a11.
e3f25bf is described below

commit e3f25bfee0fb38c20bef3365d7019363cef161d9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jul 30 15:51:51 2020 +0200

    gnu: cuirass: Update to 0.0.1-39.0955a11.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-39.0955a11.
---
 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 6b6d051..c9d1845 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 "136a8295e4e09724eccc230c127fb880aa84b57d")
-        (revision "38"))
+  (let ((commit "0955a11abd9e27c96a1375cca6a1c97869b5780a")
+        (revision "39"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "04fzc2q8cd02dnlrarzlxq0yfi90735s5f6dw7g2k63rbxlhcq8j"))))
+                  "1x35zh2z7gi97wrx509jv530hs13y06gyd8pl50s27vakzszyxcd"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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