Merge pull request #286461 from fabaff/gcp-scanner-bump

gcp-scanner: 1.3.0 -> 1.4.0
This commit is contained in:
Fabian Affolter 2024-02-05 20:17:11 +01:00 committed by GitHub
commit 9d36f4dfab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,19 +5,22 @@
python3.pkgs.buildPythonApplication rec {
pname = "gcp-scanner";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "gcp_scanner";
rev = "refs/tags/v${version}";
hash = "sha256-mMvAoqwptCA73JiUl8HIhFBO198NnUmvCbf8Rk9dWxA=";
hash = "sha256-6bIrSaTqpXQjB64YWAI64DlgQBD2XD+zMvKymMtwpDk=";
};
pythonRelaxDeps = true;
nativeBuildInputs = with python3.pkgs; [
setuptools
setuptools-git-versioning
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [