python312Packages.safety-schemas: 0.0.2 -> 0.0.3
This commit is contained in:
@@ -12,22 +12,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "safety-schemas";
|
||||
version = "0.0.2";
|
||||
version = "0.0.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "safety_schemas";
|
||||
inherit version;
|
||||
hash = "sha256-fRsEDsBkgPBc/2tF6nqT4JyJQt+GT7DQHd62fDI8+ow=";
|
||||
hash = "sha256-s5VU+cAQ5PEffJ5Xc+sx0slsFk96WVwnOpiwdND7mPQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
hatchling
|
||||
];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
pythonRelaxDeps = [ "dparse" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
dparse
|
||||
packaging
|
||||
pydantic
|
||||
|
||||
Reference in New Issue
Block a user