python3Packages.imgw-pib: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2025-08-10 11:20:59 +00:00
parent 641d909c4a
commit d784bcf0d8
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "imgw-pib";
version = "1.5.2";
version = "1.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = version;
hash = "sha256-7x6tqgyFkFLil8R20/v05wrsnoq+mLlsyKVvGDmwmpo=";
hash = "sha256-rsR1ZlbNCAlJmiTefgJ4gurGaC17z/kKgDHpuMkyxz8=";
};
build-system = [ setuptools ];