python3Packages.bandit: 1.7.4 -> 1.7.5

This commit is contained in:
Markus S. Wamser 2023-03-10 07:30:02 +01:00
parent 3e09d895a9
commit 03a1ed1294

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "bandit";
version = "1.7.4";
version = "1.7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LWOoxXNBe64ziWLUubBvvGCA907NlVoJKEnh5lxxe9I=";
hash = "sha256-vfxzm6oDuIDC0V0EMbMcZY/8NI6Qf+GX5U4Did1Z4R4=";
};
nativeBuildInputs = [