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-40.153b49c.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-40.153b49c.
Date: Sat, 01 Aug 2020 07:27:27 -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 256d2b2  gnu: cuirass: Update to 0.0.1-40.153b49c.
256d2b2 is described below

commit 256d2b2e8461565a865edc127b9dfd4e8e8e523d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Aug 1 13:25:30 2020 +0200

    gnu: cuirass: Update to 0.0.1-40.153b49c.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.
---
 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 c9d1845..ba99c6d 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 "0955a11abd9e27c96a1375cca6a1c97869b5780a")
-        (revision "39"))
+  (let ((commit "153b49c952eb0238329355590fc7d965ceb504e8")
+        (revision "40"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1x35zh2z7gi97wrx509jv530hs13y06gyd8pl50s27vakzszyxcd"))))
+                  "1fx21jfikb5n7x73ibw0ya2bi4zzmgbv08vymv8qlc0r8h721ssy"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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