python312Packages.bc-detect-secrets: refactor

This commit is contained in:
Fabian Affolter 2024-03-25 21:37:27 +01:00
parent 5a15f09929
commit 4a93ca1c44

View File

@ -28,11 +28,11 @@ buildPythonPackage rec {
hash = "sha256-05hxc34ecSoAp0GBVf9yq2BC928wxZOLZJHAbJ7cdtk="; hash = "sha256-05hxc34ecSoAp0GBVf9yq2BC928wxZOLZJHAbJ7cdtk=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];
propagatedBuildInputs = [ dependencies = [
pyyaml pyyaml
requests requests
unidiff unidiff