python313Packages.imgw-pib: 1.0.9 -> 1.0.10

Diff: https://github.com/bieniu/imgw-pib/compare/refs/tags/1.0.9...1.0.10

Changelog: https://github.com/bieniu/imgw-pib/releases/tag/1.0.10
This commit is contained in:
Robert Schütz
2025-04-03 23:10:19 +02:00
committed by Martin Weinelt
parent 9982c32541
commit de77cad483
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "imgw-pib";
version = "1.0.9";
version = "1.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = version;
hash = "sha256-vEOqjdBtvUE4N/fzvx7puSqp2bL8XX1v1p7/PmAIv9M=";
hash = "sha256-Jp7ValBP/upUWUIyIHeHd6l3awBdv+Mgf458eUICNko=";
};
build-system = [ setuptools ];