python3Packages.generic: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm
2026-03-10 12:58:16 +00:00
parent 2be73b5a09
commit ff5e8e10a0
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "generic";
version = "1.1.6";
version = "1.1.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-CFtkkGjFjvM4WsYz08nmik61eM5S71GT+Rh+nI8mZ1k=";
hash = "sha256-0U2uZihULrCEQ0WI01B1bIjy8wx+I0itX8+gH723zu0=";
};
build-system = [ poetry-core ];