lol

python311Packages.policy-sentry: 0.12.9 -> 0.12.10

Diff: https://github.com/salesforce/policy_sentry/compare/refs/tags/0.12.9...0.12.10

Changelog: https://github.com/salesforce/policy_sentry/releases/tag/0.12.10

+2 -2
+2 -2
pkgs/development/python-modules/policy-sentry/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "policy-sentry"; 15 - version = "0.12.9"; 15 + version = "0.12.10"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "salesforce"; 22 22 repo = "policy_sentry"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-mVB7qqADjf4XnDaQyL5C4/Z6hOxAMQbmr6fGnaXD+O0="; 24 + hash = "sha256-Kha5fq5l1yXWjDZq9GFKk3gYRtrEyiCFjbEAdYGPSa8="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [