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-34.10b16e.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-34.10b16e.
Date: Tue, 23 Jun 2020 05:10:54 -0400

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 380c3e4  gnu: cuirass: Update to 0.0.1-34.10b16e.
380c3e4 is described below

commit 380c3e459b6ebf0077008886954ff881a0cc7924
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 23 11:09:24 2020 +0200

    gnu: cuirass: Update to 0.0.1-34.10b16e.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-34.10b16e.
---
 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 a37d4e9..ebc8767 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -47,8 +47,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "61cc56f6cc9ac4985c0013968af43e4da70aa954")
-        (revision "33"))
+  (let ((commit "10b16ec09294b13bf67b3f58d93ca05e013cbd7b")
+        (revision "34"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0g3fyp90w1wlk3401llzi0xrqj0nkgylqfgx8sa3qi4xy7lymkrs"))))
+                  "15spkr2mg7qbi72d9lm0vpigbh1106v6p8a3cxbcsnpbbjdaz6wi"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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