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-30.9559fd1.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-30.9559fd1.
Date: Tue, 12 May 2020 08:41:56 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 09db234  gnu: cuirass: Update to 0.0.1-30.9559fd1.
09db234 is described below

commit 09db2343f6c8976f0537ccb2138f4f664efc4212
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 14:24:04 2020 +0200

    gnu: cuirass: Update to 0.0.1-30.9559fd1.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-30.9559fd1.
---
 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 39aa54a..ec05523 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -47,8 +47,8 @@
   #:use-module (guix build-system gnu))
 
 (define-public cuirass
-  (let ((commit "27af1d34646f4e3fca09283cb52caa8b89cbb2b1")
-        (revision "29"))
+  (let ((commit "9559fd18d4b89bf797216fbe187f2b26b0a2d165")
+        (revision "30"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "199fzv4d18qslcggl7lj42ib600nckp0c40x7ahnb4rgnjw8ppyi"))))
+                  "026cpcws8mb483mywwx2znpy9i7lw5n3lyqa9k6d87kxmw59060c"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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