python3Packages.generic: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm
2025-07-17 15:34:59 +00:00
parent 74fde3b350
commit 95ef9ebfab
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "generic";
version = "1.1.4";
version = "1.1.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-3QcFbbWgCJcL37MwiK1Sv7LG6N60zsw93CupD4Xzp/w=";
hash = "sha256-Dvpiw6DRQczT5Tcj81II1cdZAIPbcWTIENLP/QQprpI=";
};
build-system = [ poetry-core ];