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-66.eea91d9.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-66.eea91d9.
Date: Sat, 06 Feb 2021 04:01:40 -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 5a20ac3  gnu: cuirass: Update to 0.0.1-66.eea91d9.
5a20ac3 is described below

commit 5a20ac330045584b447ca1c9a4d4760a73e7f3cf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Feb 6 09:57:56 2021 +0100

    gnu: cuirass: Update to 0.0.1-66.eea91d9.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-66.eea91d9.
---
 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 fe2ef7b..81ae45a 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 "6bd940fc24646533ed2c113d9b551d23fe4f030d")
-        (revision "65"))
+  (let ((commit "eea91d9a63c83893c78bc987c0fd96f023e7601b")
+        (revision "66"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0nv8y6dm17m4z28aqr47ch4l4qaqr1zixdv7jajxdky9dqy085vm"))))
+                  "097cb8k4vdzi6w36k0fm52vwc4svb5ha37zc6nkh01wrgshhl8ml"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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