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-48.0ffcb80.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-48.0ffcb80.
Date: Mon, 28 Sep 2020 12:08:41 -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 0221048  gnu: cuirass: Update to 0.0.1-48.0ffcb80.
0221048 is described below

commit 02210487334fcddc3e15654c8fee86500cc9581c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 28 18:08:23 2020 +0200

    gnu: cuirass: Update to 0.0.1-48.0ffcb80.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-48.0ffcb80.
---
 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 e0d1253..9797b34 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -68,8 +68,8 @@
                 (file-name (string-append name "-" version "-checkout")))))))
 
 (define-public cuirass
-  (let ((commit "b310f17aaff8f17af0e7cf77b0b9d6866fe89abe")
-        (revision "47"))
+  (let ((commit "0ffcb80ebbaa2b177f03548035a2ef21ae7ac41d")
+        (revision "48"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -81,7 +81,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "19cgwqsgikn2mf95406jzsaqa65whh8ygqripawnzl0hl7pnmrvn"))))
+                  "04ks1ghsdb5r1brkngzb8ldm6h1zybdkwdqvl0lkh3qs8qyvmskq"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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