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-69.860fffa.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-69.860fffa.
Date: Wed, 17 Feb 2021 11:22:44 -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 adfbba4  gnu: cuirass: Update to 0.0.1-69.860fffa.
adfbba4 is described below

commit adfbba466916b6335b8871b83bb7b1abebd2798e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Feb 17 17:22:09 2021 +0100

    gnu: cuirass: Update to 0.0.1-69.860fffa.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-69.860fffa.
---
 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 31a3273..f7480ac 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 "ea01201ccd267506451e0301fbc5d8f12ef9ba5c")
-        (revision "68"))
+  (let ((commit "860fffa2608dcdfd7fae474115bafa1b20f69b72")
+        (revision "69"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1c7h725y3d6msbrk49j57qfpxjlspb9gc5cq77hi3qmrb48vrlhb"))))
+                  "0dscfjpv3rkf1wy3z1yxc3fp27q1x8nrmdhfxr5dvhayb5b3ibml"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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