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.

Changed files
+3 -3
pkgs
development
python-modules
orange-canvas-core
+3 -3
pkgs/development/python-modules/orange-canvas-core/default.nix
···
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 ];
···
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