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-46.89f0dbc.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-46.89f0dbc.
Date: Thu, 17 Sep 2020 04:45:46 -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 cc5f934  gnu: cuirass: Update to 0.0.1-46.89f0dbc.
cc5f934 is described below

commit cc5f9348b834a91ca88ed22c39146d52d0e8ad24
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Sep 17 10:36:00 2020 +0200

    gnu: cuirass: Update to 0.0.1-46.89f0dbc.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-46.89f0dbc.
---
 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 5f7baeb..411b7a7 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 "cf11b73db00678b45b70108768138d0fb74d9506")
-        (revision "45"))
+  (let ((commit "d22ffdfa2ab2e692e41dbc8c2e6c4d25a79ee9cd")
+        (revision "46"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1f7jqnscy8vjqrpgl4cyynrvbx6zp3slsd82fykap6qvvwwn7xj8"))))
+                  "00649cjc7a1dny2xpqa2qa5hjqdbxyqwfhdbf5ax02ncnn6vwkas"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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