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 1.0.0-9.d601fe0.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-9.d601fe0.
Date: Fri, 09 Apr 2021 07:40:29 -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 f4d1abf  gnu: cuirass: Update to 1.0.0-9.d601fe0.
f4d1abf is described below

commit f4d1abf1f81dc009a26bf67e18afee83c4694626
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Apr 9 13:39:32 2021 +0200

    gnu: cuirass: Update to 1.0.0-9.d601fe0.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-9.d601fe0.
---
 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 3399508..cdd397d 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -55,8 +55,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "7542d626dc476c7e00fc8e756e97f498fb272f45")
-        (revision "8"))
+  (let ((commit "d601fe0e4c85ab7b37f0571e898448c9fadde715")
+        (revision "9"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0w7isma75w0m65v6mkjkg5ysd0qn9bz51rnps4g845qra2jc1h7s"))))
+           "09d05bqy7wqz9175b4nv3sqasibx4175kmiz75id05ipr0vn0j12"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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