python3Packages.imgw-pib: 2.0.4 -> 2.1.0

Diff: https://github.com/bieniu/imgw-pib/compare/2.0.4...2.1.0

Changelog: https://github.com/bieniu/imgw-pib/releases/tag/2.1.0
This commit is contained in:
Robert Schütz
2026-04-17 19:00:17 -07:00
parent e6f9a5d7f5
commit a4d12dfc47
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "imgw-pib";
version = "2.0.4";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = finalAttrs.version;
hash = "sha256-87Q1aKUmDPpay4nIhFZ37fU8XgR4mekbpYZ3BPkcmUw=";
hash = "sha256-VwoYxV6XlDRX3zdOwtfBxZG3ntBh8l+abNByN7HIAeo=";
};
build-system = [ setuptools ];