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-36.4dd9664.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-36.4dd9664.
Date: Tue, 30 Jun 2020 03:35:03 -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 9554f5a  gnu: cuirass: Update to 0.0.1-36.4dd9664.
9554f5a is described below

commit 9554f5a85e239e5090127d2fa2a07ce10854b83b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 30 09:33:57 2020 +0200

    gnu: cuirass: Update to 0.0.1-36.4dd9664.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-36.4dd9664.
---
 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 81b54e8..5d4aae7 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 "91204db33ae07ce179dfc5dcf624f43b7b8117f5")
-        (revision "35"))
+  (let ((commit "4dd9664bf98b6063a1ea2d0f76fffd5414be456a")
+        (revision "36"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1n8qlw26jazzc59grdii37dl3pfqyhyybcn2g785vm18gq1j4wd0"))))
+                  "1pd0h1c6djxpq7h63fl21l87w2wwxlp1nawcj6qmrjhb597kncdk"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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