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-45.cf11b73.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-45.cf11b73.
Date: Mon, 14 Sep 2020 08:45:20 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

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

commit bc5dcd9ef5f82f68398010a2a4bcb95a35007896
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 14 14:43:33 2020 +0200

    gnu: cuirass: Update to 0.0.1-45.cf11b73.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-45.cf11b73.
---
 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 e0a0708..5f7baeb 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 "00c7b4bb4432ff3f5ba28dca3625479e1fa129d8")
-        (revision "44"))
+  (let ((commit "cf11b73db00678b45b70108768138d0fb74d9506")
+        (revision "45"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0xjl2in9hg24liahrhfr637ddwib3904ax9rpggyphamnvcxygzr"))))
+                  "1f7jqnscy8vjqrpgl4cyynrvbx6zp3slsd82fykap6qvvwwn7xj8"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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