detect-secrets: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2022-10-06 09:16:14 +00:00
parent d796e61ffd
commit 57cd0854c8

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "detect-secrets";
version = "1.3.0";
version = "1.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Yelp";
repo = pname;
rev = "v${version}";
hash = "sha256-Dl/2HgCacDko/ug9nGA9X+LyOkuDot11H28lxrgkwdE=";
hash = "sha256-6EmL6XPySqcA3EA+FFkfw7Dkxl5LvyBorIw0hesV5eU=";
leaveDotGit = true;
};