Merge pull request #335944 from bcdarwin/update-python3-fhir-py
python312Packages.fhir-py: 1.4.2 -> 2.0.4
This commit is contained in:
commit
8497308847
@ -10,12 +10,13 @@
|
|||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-asyncio,
|
pytest-asyncio,
|
||||||
pytest-cov-stub,
|
pytest-cov-stub,
|
||||||
|
pydantic,
|
||||||
responses,
|
responses,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fhir-py";
|
pname = "fhir-py";
|
||||||
version = "1.4.2";
|
version = "2.0.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -24,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
owner = "beda-software";
|
owner = "beda-software";
|
||||||
repo = "fhir-py";
|
repo = "fhir-py";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-kYqoRso1ypN5novRxMMzz1h2NGNybbw5lK4+HErG79I=";
|
hash = "sha256-WDYDQqeNwt4cKEgF+HqMOuEwUezS10YUOZp+eAui6nM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ flit-core ];
|
build-system = [ flit-core ];
|
||||||
@ -39,6 +40,7 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-cov-stub
|
pytest-cov-stub
|
||||||
|
pydantic
|
||||||
responses
|
responses
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user