python3Packages.jsonschema-path: 0.3.4 -> 0.4.5
Diff: https://github.com/p1c2u/jsonschema-path/compare/0.3.4...0.4.5 Changelog: https://github.com/p1c2u/jsonschema-path/releases/tag/0.4.5
This commit is contained in:
@@ -13,21 +13,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonschema-path";
|
||||
version = "0.3.4";
|
||||
version = "0.4.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "p1c2u";
|
||||
repo = "jsonschema-path";
|
||||
tag = version;
|
||||
hash = "sha256-rCepDnVAOEsokKjWCuqDYbGIq6/wn4rsQRx5dXTUsYo=";
|
||||
hash = "sha256-xDNWQddw4ftq762EPvTjyXUEsyRfgs2ffeKVgbWVUs4=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "referencing" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
pathable
|
||||
pyyaml
|
||||
referencing
|
||||
|
||||
Reference in New Issue
Block a user