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-14.f20309c.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 1.0.0-14.f20309c.
Date: Wed, 21 Apr 2021 05:48:56 -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 fb10c925 gnu: cuirass: Update to 1.0.0-14.f20309c.
fb10c925 is described below

commit fb10c925c425fb6ab11c06ab9df87867d2af3eae
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 21 11:45:47 2021 +0200

    gnu: cuirass: Update to 1.0.0-14.f20309c.
    
    * gnu/packages/ci.scm (cuirass): Update to 1.0.0-14.f20309c.
---
 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 edd1cc3..1f0d262 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 "a946fe2e541b190dfc8e58e7f4259778210e424c")
-        (revision "13"))
+  (let ((commit "f20309c559d0b09d69781885d5a9eb6449975069")
+        (revision "14"))
     (package
       (name "cuirass")
       (version (git-version "1.0.0" revision commit))
@@ -69,7 +69,7 @@
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1kcfby83k66s3d9spg8m57klvkjrjk9fmzb6hsbkny303gzks26c"))))
+           "0xkxly2nb366ry765z32bdrd1dmsi45r818xbaq1ycsyvyawsyr5"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)



reply via email to

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