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-62.74c1a94.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-62.74c1a94.
Date: Mon, 01 Feb 2021 05:52:21 -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 bd139ec  gnu: cuirass: Update to 0.0.1-62.74c1a94.
bd139ec is described below

commit bd139ecda214878d0a11f5d6a47ca35e248b6f67
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 1 11:51:53 2021 +0100

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



reply via email to

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