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.1.0-10.9a50aa1.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-10.9a50aa1.
Date: Wed, 19 Jan 2022 03:24:08 -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 e45f28f220 gnu: cuirass: Update to 1.1.0-10.9a50aa1.
e45f28f220 is described below

commit e45f28f220c467606075486ee440d3ccd9d5ee0f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Jan 19 09:23:45 2022 +0100

    gnu: cuirass: Update to 1.1.0-10.9a50aa1.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-10.9a50aa1.
---
 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 02eb77f2da..60196a0ceb 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -55,8 +55,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "95c29ab9abcd67ebeeee386ff043a7c52680526e")
-        (revision "9"))
+  (let ((commit "9a50aa17b89c42c46a69fc3eaf71bef3e68013a6")
+        (revision "10"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0bxijqly6hvvdp29w5nvl382mwqdrwgfqa83fhaq0bav7nd05gsy"))))
+           "0akrdmycnjb3l9896plyms2nz9dviy482p7916ld0p3lm0pxzkqi"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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