python3Packages.imgw-pib: 2.0.2 -> 2.0.4

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

Changelog: https://github.com/bieniu/imgw-pib/releases/tag/2.0.4
This commit is contained in:
Robert Schütz
2026-03-23 15:46:35 -07:00
parent 8bbf471402
commit 2a6951d824
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "imgw-pib";
version = "2.0.2";
version = "2.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = finalAttrs.version;
hash = "sha256-CXBeKckm73nDuncLbJywgV7SUckISqmESNHPis0n700=";
hash = "sha256-87Q1aKUmDPpay4nIhFZ37fU8XgR4mekbpYZ3BPkcmUw=";
};
build-system = [ setuptools ];