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-61.6838ec2.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-61.6838ec2.
Date: Sat, 30 Jan 2021 10:17:17 -0500

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 f4a32c5  gnu: cuirass: Update to 0.0.1-61.6838ec2.
f4a32c5 is described below

commit f4a32c5d6b9272f989d847a04d3f732d79a48f70
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Jan 30 16:16:41 2021 +0100

    gnu: cuirass: Update to 0.0.1-61.6838ec2.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-61.6838ec2.
---
 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 6b04d19..cae437c 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 "1e8d075d706adb192eeb07302542448b4341fdf0")
-        (revision "60"))
+  (let ((commit "6838ec2eac8eae2c3743fca76ad0cda87b4df5fb")
+        (revision "61"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0nwrdj253wdqdrq83iv8i9prqzs9nncm8j6ncvd7ssscw7v1qjsa"))))
+                  "1jf5d9aar1s96ik7csxg448hzlbz12bkgxqkf4r025f6gp4migqc"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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