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-15.962923c.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-15.962923c.
Date: Wed, 21 Apr 2021 07:02:05 -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 fc30659  gnu: cuirass: Update to 1.0.0-15.962923c.
fc30659 is described below

commit fc306595a2efee350b17476b5b4e262b27fa8034
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 21 13:01:13 2021 +0200

    gnu: cuirass: Update to 1.0.0-15.962923c.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-15.962923c.
---
 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 1f0d262..42a7374 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 "f20309c559d0b09d69781885d5a9eb6449975069")
-        (revision "14"))
+  (let ((commit "962923c13b914b84098b409948f8e328c74b4056")
+        (revision "15"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0xkxly2nb366ry765z32bdrd1dmsi45r818xbaq1ycsyvyawsyr5"))))
+           "0nij7bvv1cxn47bdgd0lfqhnl8462il1ay6r39sp09zxni517mh7"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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