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-65.6bd940f.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-65.6bd940f.
Date: Tue, 02 Feb 2021 08:16:03 -0500

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 3e82cd8  gnu: cuirass: Update to 0.0.1-65.6bd940f.
3e82cd8 is described below

commit 3e82cd8bfc146d62cd1192a5d8903eb068aa6d0c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Feb 2 14:15:50 2021 +0100

    gnu: cuirass: Update to 0.0.1-65.6bd940f.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-65.6bd940f.
---
 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 9a08ac4..fe2ef7b 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "79b77b4377db2e79a1f3396cfeeca64bfab00341")
-        (revision "64"))
+  (let ((commit "6bd940fc24646533ed2c113d9b551d23fe4f030d")
+        (revision "65"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0wrpzhcs1cvc5c4s72zs100iw0f4nnv5j2lp6yz3j31zl92vxbis"))))
+                  "0nv8y6dm17m4z28aqr47ch4l4qaqr1zixdv7jajxdky9dqy085vm"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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