guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: cuirass: Update to 4ab2f2c.


From: Ludovic Courtès
Subject: 03/03: gnu: cuirass: Update to 4ab2f2c.
Date: Thu, 15 Feb 2018 04:32:58 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2b870303e70d6f3cbe4ee156b1d454b44cd2709a
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 15 10:32:20 2018 +0100

    gnu: cuirass: Update to 4ab2f2c.
    
    Previous revision had (web server fiberized) installed in the wrong
    place, and would thus fail to start.
    
    * gnu/packages/ci.scm (cuirass): Update to 4ab2f2c.
---
 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 fcb0727..b5cfa7f 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -187,8 +187,8 @@ their dependencies.")
       (license l:gpl3+))))
 
 (define-public cuirass
-  (let ((commit "8080c17c21fc605674d1d257813e74bb4fb3cfc0")
-        (revision "11"))
+  (let ((commit "4ab2f2c3f084ffd9d0f77134cc1af0f8cf0e13be")
+        (revision "12"))
     (package
       (name "cuirass")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -200,7 +200,7 @@ their dependencies.")
                 (file-name (string-append name "-" version))
                 (sha256
                  (base32
-                  "1g9ra37b82bbd4n635fnfmaz99k7qafjhm6z8wzwwqzm80iyf1gb"))))
+                  "1r97z5lkzg6vx014rfmv1pp3x3bl1shb6wkcgnlncwqf56a9bzi1"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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