Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.py-ocsf-models: 0.1.1 -> 0.2.0

+2 -2
+2 -2
pkgs/development/python-modules/py-ocsf-models/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "py-ocsf-models"; 15 - version = "0.1.1"; 15 + version = "0.2.0"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "prowler-cloud"; 22 22 repo = "py-ocsf-models"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-NGhlMBNoa8V3vo/z6OBAWqNCSlTyUutiyrTcCe1KF+4="; 24 + hash = "sha256-cFtWPO78KRh7IY+ePTzXpLPbZm+EtNvuJkhZZzKKjaA="; 25 25 }; 26 26 27 27 pythonRelaxDeps = true;