Unverified Commit e4b9196c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.policy-sentry: 0.14.0 -> 0.14.1 (#452588)

parents c2b0b7f8 f85f52f9
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  fetchFromGitHub,
  orjson,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  requests,
  schema,
@@ -15,16 +14,14 @@

buildPythonPackage rec {
  pname = "policy-sentry";
  version = "0.14.0";
  version = "0.14.1";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "salesforce";
    repo = "policy_sentry";
    tag = version;
    hash = "sha256-zfqQLABn//qktrFSCm42WClRYAe3yWZoxnWjI9n1jWQ=";
    hash = "sha256-o4l4jkh9ZNqc3Jovd10KUQLDBLn0sPWdgScq5Q2qd14=";
  };

  build-system = [ setuptools ];