guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: cuirass: Update to 0.0.1-67.23688a0.


From: guix-commits
Subject: 01/02: gnu: cuirass: Update to 0.0.1-67.23688a0.
Date: Mon, 8 Feb 2021 07:44:30 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 3bbbaec86c76aabec5a71d5e7024b612e3825a86
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 8 13:43:50 2021 +0100

    gnu: cuirass: Update to 0.0.1-67.23688a0.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-67.23688a0.
---
 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 81ae45a..ad2e979 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "eea91d9a63c83893c78bc987c0fd96f023e7601b")
-        (revision "66"))
+  (let ((commit "23688a0e451e0265ad29e150d6eba497d4291fb6")
+        (revision "67"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "097cb8k4vdzi6w36k0fm52vwc4svb5ha37zc6nkh01wrgshhl8ml"))))
+                  "1r90wnj9w3vh3rr48mddp0xi874ffawc9nsb8cdnpw034px62k1k"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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