python3Packages.orange-canvas-core: 0.1.31 -> 0.1.32
This commit is contained in:
@@ -8,22 +8,21 @@
|
||||
, docutils
|
||||
, filelock
|
||||
, lockfile
|
||||
, numpy
|
||||
, pytest-qt
|
||||
, pytestCheckHook
|
||||
, python
|
||||
, qasync
|
||||
, qt5
|
||||
, writeShellScript
|
||||
, xvfb-run
|
||||
, requests-cache
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "orange-canvas-core";
|
||||
version = "0.1.31";
|
||||
version = "0.1.32";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-kqh/c0pEWFLqf1BMD79li1MqLpH/4xrdTH9+/7YO/tg=";
|
||||
hash = "sha256-UE5LHsG7BrJqC0rNRtUUqmXSPsYRVqodiU5DsB/6ECo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -34,7 +33,9 @@ buildPythonPackage rec {
|
||||
docutils
|
||||
filelock
|
||||
lockfile
|
||||
numpy
|
||||
qasync
|
||||
requests-cache
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "orangecanvas" ];
|
||||
|
||||
Reference in New Issue
Block a user