python3Packages.safety-schemas: 0.0.14 -> 0.0.16 (#442116)

This commit is contained in:
dotlambda
2025-09-24 17:15:22 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "safety-schemas";
version = "0.0.14";
version = "0.0.16";
pyproject = true;
src = fetchPypi {
pname = "safety_schemas";
inherit version;
hash = "sha256-SZU/elnpGVcr4lWVqJRvnLvNIGb+PhYMlGfZ0dbXr2o=";
hash = "sha256-O7BNEb1LXMefn6GDxlimqM+CepzuxEOl/6bu04pQok4=";
};
postPatch = ''
@@ -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 = [