python3Packages.safety-schemas: 0.0.14 -> 0.0.16
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "safety-schemas";
|
pname = "safety-schemas";
|
||||||
version = "0.0.14";
|
version = "0.0.16";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "safety_schemas";
|
pname = "safety_schemas";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-SZU/elnpGVcr4lWVqJRvnLvNIGb+PhYMlGfZ0dbXr2o=";
|
hash = "sha256-O7BNEb1LXMefn6GDxlimqM+CepzuxEOl/6bu04pQok4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user