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-44.00c7b4b.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-44.00c7b4b.
Date: Thu, 10 Sep 2020 09:30:57 -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 a5c151d  gnu: cuirass: Update to 0.0.1-44.00c7b4b.
a5c151d is described below

commit a5c151de0a7a75bf3803c51856f8c8c928361155
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Sep 10 15:30:38 2020 +0200

    gnu: cuirass: Update to 0.0.1-44.00c7b4b.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-44.00c7b4b.
---
 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 0eec48a..e0a0708 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 "f2984c7230f69a6e50810edc5e9d36bd671801f9")
-        (revision "43"))
+  (let ((commit "00c7b4bb4432ff3f5ba28dca3625479e1fa129d8")
+        (revision "44"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1p9mlmhv4kz8wixgywh1ffm3140p4mkgz92n7ry3n5s9w5n7fpjl"))))
+                  "0xjl2in9hg24liahrhfr637ddwib3904ax9rpggyphamnvcxygzr"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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