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 1.0.0-8.7542d62.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-8.7542d62.
Date: Fri, 09 Apr 2021 03:46:30 -0400

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 15d668e  gnu: cuirass: Update to 1.0.0-8.7542d62.
15d668e is described below

commit 15d668eda40130eae23dad2a54d0c523abebcbb6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Apr 9 09:46:10 2021 +0200

    gnu: cuirass: Update to 1.0.0-8.7542d62.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-8.7542d62.
---
 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 eaf32d9..4b2b5cd 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 "1b35a7785627f3e8c5b6d8f37bf11eb4a470b4c4")
-        (revision "7"))
+  (let ((commit "7542d626dc476c7e00fc8e756e97f498fb272f45")
+        (revision "8"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -62,7 +62,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1hy8inhwpi9i92yg5alvmqgp1vjnrhinckywkv9kgyjlskzshib3"))))
+           "0w7isma75w0m65v6mkjkg5ysd0qn9bz51rnps4g845qra2jc1h7s"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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