ngz pushed a commit to branch master
in repository guix.

commit f7b6bc9d88d71d283bc0633a55db18f7fccff8fe
Author: Vinicius Monego <[email protected]>
AuthorDate: Fri Jan 14 20:09:26 2022 +0000

    gnu: python-orange-widget-base: Update to 4.16.1.
    
    * gnu/packages/orange.scm (python-orange-widget-base): Update to 4.16.1.
    [arguments]<#:phases>: Don't return #t.
    [propagated-inputs]: Add python-typing-extensions.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/orange.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index 615e7cec68..710be87cb0 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -71,13 +71,13 @@ data-mining application.")
 (define-public python-orange-widget-base
   (package
     (name "python-orange-widget-base")
-    (version "4.12.0")
+    (version "4.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "orange-widget-base" version))
        (sha256
-        (base32 "13sy3s8rdqs3i3ghixljpqvnfz81qmbb0kqlasw39zvf39qc22kz"))))
+        (base32 "0a0sijsvzijj71sxq8ckpgz59z1cq9sxn4fya3z23ibdzjzwrsi7"))))
     (build-system python-build-system)
     (arguments
      `(;; unittest fails to load one test, all other tests are passing:
@@ -88,11 +88,10 @@ data-mining application.")
          (add-before 'check 'check-setup
            (lambda _
              (setenv "HOME" "/tmp")
-             (setenv "QT_QPA_PLATFORM" "offscreen")
-             #t)))))
+             (setenv "QT_QPA_PLATFORM" "offscreen"))))))
     (propagated-inputs
      (list python-anyqt python-matplotlib python-orange-canvas-core
-           python-pyqtgraph))
+           python-pyqtgraph python-typing-extensions))
     (home-page "https://github.com/biolab/orange-widget-base";)
     (synopsis "Base Widget for Orange Canvas")
     (description

Reply via email to