python313Packages.policy-sentry: 0.14.1 -> 0.15.1

Changelog: https://github.com/salesforce/policy_sentry/releases/tag/0.15.1
This commit is contained in:
Fabian Affolter
2025-12-25 12:02:34 +01:00
parent 9778d1009a
commit 890f5fab91
@@ -4,27 +4,29 @@
buildPythonPackage,
click,
fetchFromGitHub,
hatchling,
orjson,
pytestCheckHook,
pyyaml,
requests,
schema,
setuptools,
}:
buildPythonPackage rec {
pname = "policy-sentry";
version = "0.14.1";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "salesforce";
repo = "policy_sentry";
tag = version;
hash = "sha256-o4l4jkh9ZNqc3Jovd10KUQLDBLn0sPWdgScq5Q2qd14=";
hash = "sha256-G7V3BqgJs9nyvhZ9xzNwP50yz+2SZfps/gsW6U8eisk=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [ "beautifulsoup4" ];
build-system = [ hatchling ];
dependencies = [
beautifulsoup4