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:
@@ -31,14 +31,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "safety";
|
pname = "safety";
|
||||||
version = "3.6.1";
|
version = "3.6.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pyupio";
|
owner = "pyupio";
|
||||||
repo = "safety";
|
repo = "safety";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-E48iuPZhAttQi4RCJGZikz+/kTXOZbq1zp+4fypTc94=";
|
hash = "sha256-oGz2ZHGYaHi4RusNbZ5iqxuz2JBbchP5ip+uHHV10U0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Reference in New Issue
Block a user