guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Update Cuirass.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Update Cuirass.
Date: Wed, 02 Dec 2020 16:04:10 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 912d83b  hydra: services: Update Cuirass.
912d83b is described below

commit 912d83b1cb604cb84bc737bb9471ff0977b9d66b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Dec 2 22:03:30 2020 +0100

    hydra: services: Update Cuirass.
    
    * hydra/modules/sysadmin/services.scm (cuirass-without-fiber-tests): Update
    it.
---
 hydra/modules/sysadmin/services.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index eb83fc1..52359bf 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -411,8 +411,8 @@
               "Welcome to the Guix build frontend!\n\n"))
 
 (define cuirass-without-fiber-tests
-  (let ((commit "fd432b8e8f449d691773e96e7d90f44761e01aa3")
-        (revision "55"))
+  (let ((commit "38f48c80da14f651d07a9e7c060dc5d4159453f8")
+        (revision "56"))
     (package
       (inherit cuirass)
       (name "cuirass-dev")
@@ -425,7 +425,7 @@
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "10j3w3px0250avwry2x8wsa0m0plvm957g4qqgnajsbc9gvka554"))))
+          (base32 "0x45kw8ykhhzbc68znnv1bzc7sv2719b2xyjkf6p349yl6hmmq80"))))
       (inputs
        `(("guile-fibers"
           ,(package (inherit guile-fibers)



reply via email to

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