python3Packages.orange-canvas-core: 0.1.31 -> 0.1.32

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:51 +02:00
parent d42a03569d
commit 96b5b37fc8
@@ -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" ];