Skip to content

Commit 03e8048

Browse files
committed
safety-cli: 3.2.8 -> 3.2.9
1 parent 478d963 commit 03e8048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/safety/default.nix

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

2727
buildPythonPackage rec {
2828
pname = "safety";
29-
version = "3.2.8";
29+
version = "3.2.9";
3030

3131
disabled = pythonOlder "3.7";
3232

@@ -36,7 +36,7 @@ buildPythonPackage rec {
3636
owner = "pyupio";
3737
repo = "safety";
3838
rev = "refs/tags/${version}";
39-
hash = "sha256-H8YF9rax6dM6KCLGiRk7bIHhYVw0RNkH/B9VTZRHe9c=";
39+
hash = "sha256-etA/S/i87w4ihsqQo5JJjt6hWC7Jt9/q8vhqyo+DTek=";
4040
};
4141

4242
postPatch = ''

0 commit comments

Comments
 (0)