python3Packages.imgw-pib: 2.1.1 -> 2.1.2

Diff: https://github.com/bieniu/imgw-pib/compare/2.1.1...2.1.2

Changelog: https://github.com/bieniu/imgw-pib/releases/tag/2.1.2
This commit is contained in:
Robert Schütz
2026-05-16 20:47:56 +02:00
committed by Martin Weinelt
parent 1339e88cec
commit 2fa2117dec
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "imgw-pib";
version = "2.1.1";
version = "2.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = finalAttrs.version;
hash = "sha256-R1WhKOboItkKamO+hyyJyTl0veDCHDc4N70UE7IuFqI=";
hash = "sha256-xCT/umB84iAyj7w9rY8KgOcE6nkuburIljhTU1aiYMk=";
};
build-system = [ setuptools ];