lol

python312Packages.cerberus: 1.3.5 -> 1.3.6 (#369027)

authored by

Fabian Affolter and committed by
GitHub
72bf900c 877f1af0

+4 -4
+4 -4
pkgs/development/python-modules/cerberus/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "cerberus"; 13 - version = "1.3.5"; 14 - format = "pyproject"; 13 + version = "1.3.6"; 14 + pyproject = true; 15 15 16 16 disabled = pythonOlder "3.9"; 17 17 ··· 19 19 owner = "pyeve"; 20 20 repo = "cerberus"; 21 21 tag = version; 22 - hash = "sha256-4sVNM4zHc9nsrntmJVdE9nm47CSF0UOJPPI9z3Z2YDc="; 22 + hash = "sha256-puQcU8USYtylW5XN0VQzG/dizQR24s7+YgrOxIwaDKQ="; 23 23 }; 24 24 25 - propagatedBuildInputs = [ 25 + build-system = [ 26 26 poetry-core 27 27 setuptools 28 28 ];