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-27.46f73b6.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-27.46f73b6.
Date: Thu, 16 Jan 2020 03:45:25 -0500

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ba07842  gnu: cuirass: Update to 0.0.1-27.46f73b6.
ba07842 is described below

commit ba07842c349444743c8fb19f08a42e5e6aa71035
Author: Christopher Baines <address@hidden>
AuthorDate: Thu Jan 16 08:42:59 2020 +0000

    gnu: cuirass: Update to 0.0.1-27.46f73b6.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-27.46f73b6.
---
 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 b49ac0f..2006dc5 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 "e20ff86d97f7dd92dad140b5919e3cbdf2fb1ce6")
-        (revision "26"))
+  (let ((commit "46f73b6b7c05389c67b02d32c8946ca665611cba")
+        (revision "27"))
     (package
       (name "cuirass")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -60,7 +60,7 @@
                 (file-name (string-append name "-" version))
                 (sha256
                  (base32
-                  "1c3rcfmx7vm13x3nid9xbl18rrqljh5vb71qxps4yqid75br4hrb"))))
+                  "1zw4g4y0cc76i0s0hdc7jbyhwkn8pz03k6x02dslq42000cyjgi2"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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