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-64.79b77b4.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-64.79b77b4.
Date: Mon, 01 Feb 2021 12:20:29 -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 8584312  gnu: cuirass: Update to 0.0.1-64.79b77b4.
8584312 is described below

commit 85843123dedc3060a128457f7814d7461cccb412
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 1 18:20:04 2021 +0100

    gnu: cuirass: Update to 0.0.1-64.79b77b4.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-64.79b77b4.
---
 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 a4ee9ea..9a08ac4 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 "da93cb96ff453d060bd185e31802ea58c5e8d7f0")
-        (revision "63"))
+  (let ((commit "79b77b4377db2e79a1f3396cfeeca64bfab00341")
+        (revision "64"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0awygc2xwm1g90njydxfhk5laqjvah5s0a94zaa8w5iw2zrnbgyl"))))
+                  "0wrpzhcs1cvc5c4s72zs100iw0f4nnv5j2lp6yz3j31zl92vxbis"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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