python3Packages.fhir-py: 2.0.15 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-09-29 04:32:49 +00:00
parent 62588b43e4
commit c01980543e
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fhir-py";
version = "2.0.15";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "beda-software";
repo = "fhir-py";
tag = "v${version}";
hash = "sha256-XZC3cLjAy1VZfMsHy/QmwJXKiW/WxVous1LrbkGOeRs=";
hash = "sha256-ffaDWo/6xQwpMjiOCx3JIGtSHUjwcEilInD/YN73ZMI=";
};
build-system = [ flit-core ];