python312Packages.imgw-pib: 1.0.5 -> 1.0.6 (#347367)

This commit is contained in:
Robert Schütz
2024-10-08 17:49:42 -07:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "imgw-pib";
version = "1.0.5";
version = "1.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
rev = "refs/tags/${version}";
hash = "sha256-2t1dzumDVUr+Lma1lnri8l2x6fUx1LKEQne7Qzh7pwc=";
hash = "sha256-0ttGUsu00y/uuTXzPYkgh1QLMYOwPI/m8Qwk5Ty0Y3A=";
};
build-system = [ setuptools ];