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-68.ea01201.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-68.ea01201.
Date: Wed, 17 Feb 2021 08:30: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 6a18434  gnu: cuirass: Update to 0.0.1-68.ea01201.
6a18434 is described below

commit 6a184342f92554ce0690bbd872eaaf5483ba578d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Feb 17 14:30:15 2021 +0100

    gnu: cuirass: Update to 0.0.1-68.ea01201.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-68.ea01201.
---
 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 ad2e979..31a3273 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 "23688a0e451e0265ad29e150d6eba497d4291fb6")
-        (revision "67"))
+  (let ((commit "ea01201ccd267506451e0301fbc5d8f12ef9ba5c")
+        (revision "68"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1r90wnj9w3vh3rr48mddp0xi874ffawc9nsb8cdnpw034px62k1k"))))
+                  "1c7h725y3d6msbrk49j57qfpxjlspb9gc5cq77hi3qmrb48vrlhb"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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