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-35.91204d.


From: guix-commits
Subject: branch master updated: gnu: cuirass: Update to 0.0.1-35.91204d.
Date: Fri, 26 Jun 2020 05:33:51 -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 ce67853  gnu: cuirass: Update to 0.0.1-35.91204d.
ce67853 is described below

commit ce67853e0973c611e460812d08f90fed0747a94a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Jun 26 11:32:58 2020 +0200

    gnu: cuirass: Update to 0.0.1-35.91204d.
    
    * gnu/packages/ci.scm (cuirass): Update to 0.0.1-35.91204d.
---
 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 beb189e..81b54e8 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 "10b16ec09294b13bf67b3f58d93ca05e013cbd7b")
-        (revision "34"))
+  (let ((commit "91204db33ae07ce179dfc5dcf624f43b7b8117f5")
+        (revision "35"))
     (package
       (name "cuirass")
       (version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "15spkr2mg7qbi72d9lm0vpigbh1106v6p8a3cxbcsnpbbjdaz6wi"))))
+                  "1n8qlw26jazzc59grdii37dl3pfqyhyybcn2g785vm18gq1j4wd0"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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