mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-orange-canvas-core: Update to 0.1.24.
* gnu/packages/orange.scm (python-orange-canvas-core): Update to 0.1.24. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Remove python-pyqt. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
169b306e48
commit
b678f1f8b9
1 changed files with 3 additions and 5 deletions
|
@ -34,13 +34,13 @@ (define-module (gnu packages orange)
|
|||
(define-public python-orange-canvas-core
|
||||
(package
|
||||
(name "python-orange-canvas-core")
|
||||
(version "0.1.19")
|
||||
(version "0.1.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "orange-canvas-core" version))
|
||||
(sha256
|
||||
(base32 "03wav2msfm32y8zwq69v1v6qyh1ld76xla2z60avf49yhbwjgwal"))))
|
||||
(base32 "0m3dszdkc5bc80ahcvrqxz8jahs33js9cx1mc6rc9ihysq2ddnfz"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -51,15 +51,13 @@ (define-public python-orange-canvas-core
|
|||
(substitute* "orangecanvas/application/tests/test_mainwindow.py"
|
||||
(("test_help_requests") "_test_help_requests"))
|
||||
(setenv "HOME" "/tmp")
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
#t)))))
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen"))))))
|
||||
(propagated-inputs
|
||||
(list python-anyqt
|
||||
python-cachecontrol
|
||||
python-commonmark
|
||||
python-dictdiffer
|
||||
python-docutils
|
||||
python-pyqt
|
||||
python-qasync
|
||||
python-requests))
|
||||
(home-page "https://github.com/biolab/orange-canvas-core")
|
||||
|
|
Loading…
Reference in a new issue