guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: piper: Update to 0.5.1. Disable broken tests.


From: guix-commits
Subject: 02/02: gnu: piper: Update to 0.5.1. Disable broken tests.
Date: Sat, 22 Aug 2020 14:06:33 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d8e83969a9f87a2dffc3659cb1805b30ac7f92f1
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Aug 19 18:56:56 2020 +1000

    gnu: piper: Update to 0.5.1. Disable broken tests.
    
    * gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 364a9c6..8265912 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11039,7 +11039,7 @@ your operating-system definition:
 (define-public piper
   (package
     (name "piper")
-    (version "0.5")
+    (version "0.5.1")
     (source
      (origin
        (method git-fetch)
@@ -11047,7 +11047,7 @@ your operating-system definition:
              (url "https://github.com/libratbag/piper";)
              (commit version)))
        (sha256
-        (base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))
+        (base32 "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj"))
        (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs
@@ -11071,6 +11071,7 @@ your operating-system definition:
        #:modules (((guix build python-build-system) #:prefix python:)
                   (guix build meson-build-system)
                   (guix build utils))
+       #:tests? #f ;; The flake8 test fails trying to validate piper.in as 
code.
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'dont-update-gtk-icon-cache



reply via email to

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