python3Packages.orange-canvas-core: 0.2.5 -> 0.2.6

https://github.com/biolab/orange-canvas-core/releases/tag/0.2.6

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:11 +02:00
parent 8552b29a8f
commit ad8d03e8eb
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "orange-canvas-core";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "biolab";
repo = "orange-canvas-core";
tag = version;
hash = "sha256-uh9wNqgLYRcnCSOdpeLx6ZTRC0cpq6lG/sqmrYLR+3g=";
hash = "sha256-cEy9ADU/jZoKmGXVlqwG+qWKZ22STjALgCb1IxAwpO0=";
};
build-system = [ setuptools ];
@@ -95,7 +95,7 @@ buildPythonPackage rec {
meta = {
description = "Orange framework for building graphical user interfaces for editing workflows";
homepage = "https://github.com/biolab/orange-canvas-core";
changelog = "https://github.com/biolab/orange-canvas-core/releases/tag/${version}";
changelog = "https://github.com/biolab/orange-canvas-core/releases/tag/${src.tag}";
license = [ lib.licenses.gpl3 ];
maintainers = [ lib.maintainers.lucasew ];
# Segmentation fault during tests