guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: cuirass: Update to 238f856.


From: Ludovic Courtès
Subject: 07/07: gnu: cuirass: Update to 238f856.
Date: Tue, 10 Apr 2018 11:44:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 486de7377f25438b0f44fd93f97e9ef822d558b8
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 10 17:42:49 2018 +0200

    gnu: cuirass: Update to 238f856.
    
    * gnu/packages/ci.scm (cuirass): Update to 238f856.
---
 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 c78125b..733a8ca 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 "f090c0f4786c789070e2eae740914e06ab0ab989")
-        (revision "15"))
+  (let ((commit "238f856e48ee333ed3e19fa32ce5e1742c650c67")
+        (revision "16"))
     (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
-                  "0aj1z9svsjvjlb6gas6032ygwhv7ld4iw7g3as852x9nfd2zck98"))))
+                  "15iwdgy561gnsr224rs5z8qn7nrsh1wdlsxr8gwxyk0v4zp6yvbf"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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