python3Packages.imgw-pib: 1.5.4 -> 1.5.6

This commit is contained in:
R. Ryantm
2025-09-19 17:06:22 +00:00
parent cfab630522
commit 76fb603763
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "imgw-pib";
version = "1.5.4";
version = "1.5.6";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = version;
hash = "sha256-IRT0tEVKQ1ebvRtBsdf30DII1U6vjV2/MTk7PoC9zd4=";
hash = "sha256-U1kC8+614U00LZbomx4bqf5pR/ZZDGx3u3bmUHZaDJ4=";
};
build-system = [ setuptools ];