python3Packages.policy-sentry: 0.13.2 -> 0.14.0
https://github.com/salesforce/policy_sentry/releases/tag/0.14.0
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "policy-sentry";
|
||||
version = "0.13.2";
|
||||
version = "0.14.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "salesforce";
|
||||
repo = "policy_sentry";
|
||||
tag = version;
|
||||
hash = "sha256-J6dLKmfZJSU9k64PzOAOTgYvRf9NCpWtYuFEUxrfT5M=";
|
||||
hash = "sha256-zfqQLABn//qktrFSCm42WClRYAe3yWZoxnWjI9n1jWQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python module for generating IAM least privilege policies";
|
||||
homepage = "https://github.com/salesforce/policy_sentry";
|
||||
changelog = "https://github.com/salesforce/policy_sentry/releases/tag/${version}";
|
||||
changelog = "https://github.com/salesforce/policy_sentry/releases/tag/${src.tag}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "policy_sentry";
|
||||
|
||||
Reference in New Issue
Block a user