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-75.94a7f87.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-75.94a7f87.
Date: Wed, 10 Mar 2021 10:01:55 -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 c260aff  gnu: cuirass: Update to 0.0.1-75.94a7f87.
c260aff is described below

commit c260aff63e9590f9930ff937e4960da7b0c9696c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Mar 10 16:01:36 2021 +0100

    gnu: cuirass: Update to 0.0.1-75.94a7f87.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-75.94a7f87.
---
 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 e9d975d..25e0fe73 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -66,8 +66,8 @@
                 (file-name (string-append name "-" version "-checkout")))))))
 
 (define-public cuirass
-  (let ((commit "c8051f3b6861f21b250bbf92acf7fa5ac0d5dfaa")
-        (revision "74"))
+  (let ((commit "94a7f870a7d813326e6ac6539d243a2994eca918")
+        (revision "75"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -80,7 +80,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "07z3859vfmxmpknlch7wd1ivnpvcxm6dsll4nh3dgygibxw9pspx"))))
+           "1i4mlsdlx72y829qh0cavzb9klbnxyl9kah64b473vbnl20whyny"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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