Skip to content

Commit 4ea9bd6

Browse files
authored
python313Packages.bc-detect-secrets: 1.5.37 -> 1.5.38 (#391752)
2 parents e6f9a3c + 685b9a2 commit 4ea9bd6

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/bc-detect-secrets

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/bc-detect-secrets/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "bc-detect-secrets";
20-
version = "1.5.37";
20+
version = "1.5.38";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "bridgecrewio";
2727
repo = "detect-secrets";
2828
tag = version;
29-
hash = "sha256-uh9fxt9JdsVHCRbqNGbFxjm5pgRg4gWf2n+OYhx55RM=";
29+
hash = "sha256-KD+ceZaUqjx8f4intjQaz3lY0a9hms6UpjwWsDu/GGM=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)