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-63.da93cb9.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-63.da93cb9.
Date: Mon, 01 Feb 2021 06:07:34 -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 221fddd  gnu: cuirass: Update to 0.0.1-63.da93cb9.
221fddd is described below

commit 221fddd2e2495b1405daf1b34e9f52d6ad19cbbf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 1 12:07:21 2021 +0100

    gnu: cuirass: Update to 0.0.1-63.da93cb9.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-63.da93cb9.
---
 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 c4e85ce..a4ee9ea 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 "74c1a94a4db41ae1bebc4fe7dd7e2f550eb7e46f")
-        (revision "62"))
+  (let ((commit "da93cb96ff453d060bd185e31802ea58c5e8d7f0")
+        (revision "63"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1lfng3w0sd28c06vbpf0vy50dbfvh36628z5c5sp8sdj4g7kvrrz"))))
+                  "0awygc2xwm1g90njydxfhk5laqjvah5s0a94zaa8w5iw2zrnbgyl"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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