python3Packages.imgw-pib: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2026-05-07 02:59:21 +02:00
committed by Martin Weinelt
parent 979f446dcf
commit 433e8a4370
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "imgw-pib";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
tag = finalAttrs.version;
hash = "sha256-VwoYxV6XlDRX3zdOwtfBxZG3ntBh8l+abNByN7HIAeo=";
hash = "sha256-R1WhKOboItkKamO+hyyJyTl0veDCHDc4N70UE7IuFqI=";
};
build-system = [ setuptools ];