python3Packages.orange3: 3.39.0 -> 3.40.0

https://github.com/biolab/orange3/blob/3.40.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:43 +01:00
parent b865051506
commit d36084243b
@@ -58,14 +58,14 @@
let
self = buildPythonPackage rec {
pname = "orange3";
version = "3.39.0";
version = "3.40.0";
pyproject = true;
src = fetchFromGitHub {
owner = "biolab";
repo = "orange3";
tag = version;
hash = "sha256-P2e3Wq33UXnTmGSxkoW8kYYCBfYBB9Z50v4g7n//Fbw=";
hash = "sha256-AOQGqOYaP3bPZtgjsVCxhA1T34Y9EIR5VeMwhZWmI88=";
};
build-system = [