Commit c85582b9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.policy-sentry: 0.14.0 -> 0.14.1

parent 5d1f6df5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

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

  disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "salesforce";
    repo = "policy_sentry";
    tag = version;
    hash = "sha256-zfqQLABn//qktrFSCm42WClRYAe3yWZoxnWjI9n1jWQ=";
    hash = "sha256-o4l4jkh9ZNqc3Jovd10KUQLDBLn0sPWdgScq5Q2qd14=";
  };

  build-system = [ setuptools ];