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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user