me
/
guix
Archived
1
0
Fork 0

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 <mail@nicolasgoaziou.fr>
Vinicius Monego 2022-01-14 20:09:26 +00:00 committed by Nicolas Goaziou
parent b678f1f8b9
commit f7b6bc9d88
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 5 deletions

View File

@ -71,13 +71,13 @@ data-mining application.")
(define-public python-orange-widget-base (define-public python-orange-widget-base
(package (package
(name "python-orange-widget-base") (name "python-orange-widget-base")
(version "4.12.0") (version "4.16.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "orange-widget-base" version)) (uri (pypi-uri "orange-widget-base" version))
(sha256 (sha256
(base32 "13sy3s8rdqs3i3ghixljpqvnfz81qmbb0kqlasw39zvf39qc22kz")))) (base32 "0a0sijsvzijj71sxq8ckpgz59z1cq9sxn4fya3z23ibdzjzwrsi7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(;; unittest fails to load one test, all other tests are passing: `(;; unittest fails to load one test, all other tests are passing:
@ -88,11 +88,10 @@ data-mining application.")
(add-before 'check 'check-setup (add-before 'check 'check-setup
(lambda _ (lambda _
(setenv "HOME" "/tmp") (setenv "HOME" "/tmp")
(setenv "QT_QPA_PLATFORM" "offscreen") (setenv "QT_QPA_PLATFORM" "offscreen"))))))
#t)))))
(propagated-inputs (propagated-inputs
(list python-anyqt python-matplotlib python-orange-canvas-core (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") (home-page "https://github.com/biolab/orange-widget-base")
(synopsis "Base Widget for Orange Canvas") (synopsis "Base Widget for Orange Canvas")
(description (description