python3Packages.safety: 3.6.1 -> 3.6.2

Diff: https://github.com/pyupio/safety/compare/3.6.1...3.6.2

Changelog: https://github.com/pyupio/safety/blob/3.6.2/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-09-24 10:05:22 -07:00
parent d94fd9355f
commit a1f994dc03

View File

@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "safety";
version = "3.6.1";
version = "3.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pyupio";
repo = "safety";
tag = version;
hash = "sha256-E48iuPZhAttQi4RCJGZikz+/kTXOZbq1zp+4fypTc94=";
hash = "sha256-oGz2ZHGYaHi4RusNbZ5iqxuz2JBbchP5ip+uHHV10U0=";
};
patches = [