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: Mon, 07 Dec 2020 10:30:34 -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 e5324a2  hydra: services: Update Cuirass.
e5324a2 is described below

commit e5324a2d27b5de5542d18ccbd8274b50d673a9e7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 7 16:30:25 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 d4ec341..10b3f7b 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -412,8 +412,8 @@
               "Welcome to the Guix build frontend!\n\n"))
 
 (define cuirass-without-fiber-tests
-  (let ((commit "38f48c80da14f651d07a9e7c060dc5d4159453f8")
-        (revision "56"))
+  (let ((commit "ab30c2284ff7d3d460628230f0a05e9af3b3842f")
+        (revision "57"))
     (package
       (inherit cuirass)
       (name "cuirass-dev")
@@ -426,7 +426,7 @@
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0x45kw8ykhhzbc68znnv1bzc7sv2719b2xyjkf6p349yl6hmmq80"))))
+          (base32 "1qpabhb4vc4cwgv7vvsk3h7w9jij70hnk29lqbqsbim5shgc29nn"))))
       (inputs
        `(("guile-fibers"
           ,(package (inherit guile-fibers)



reply via email to

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