python3Packages.detect-secrets: 1.4.0 -> 1.5.0

This commit is contained in:
Martin Weinelt
2024-06-24 12:14:52 +02:00
parent 43c7c50717
commit a44d7b299e
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "detect-secrets";
version = "1.4.0";
version = "1.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -24,8 +24,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Yelp";
repo = pname;
rev = "v${version}";
hash = "sha256-6EmL6XPySqcA3EA+FFkfw7Dkxl5LvyBorIw0hesV5eU=";
rev = "refs/tags/v${version}";
hash = "sha256-pNLAZUJhjZ3b01XaltJUJ9O7Blv6/pHQrRvURe7MJ5A=";
leaveDotGit = true;
};