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-11.9f08035.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.1.0-11.9f08035.
Date: Wed, 19 Jan 2022 04:59:13 -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 7b5f7810a7 gnu: cuirass: Update to 1.1.0-11.9f08035.
7b5f7810a7 is described below

commit 7b5f7810a7461970e03bbc7bd25259589c63394a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Jan 19 10:58:47 2022 +0100

    gnu: cuirass: Update to 1.1.0-11.9f08035.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.1.0-11.9f08035.
---
 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 60196a0ceb..a2dce71d40 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 "9a50aa17b89c42c46a69fc3eaf71bef3e68013a6")
-        (revision "10"))
+  (let ((commit "9f08035f942a1e78f92e2db886d7837b0ab98b2f")
+        (revision "11"))
     (package
       (name "cuirass")
       (version (git-version "1.1.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0akrdmycnjb3l9896plyms2nz9dviy482p7916ld0p3lm0pxzkqi"))))
+           "0jrp0hngbmlg5vmfr93j86lxgk2zm5d424dx0c29ldgfr8i7bwcz"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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