python3Packages.fhir-py: 2.0.11 -> 2.0.15

https://github.com/beda-software/fhir-py/blob/v2.0.15/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:22 +01:00
parent 33137fde1f
commit 2c6526f55c
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fhir-py";
version = "2.0.11";
version = "2.0.15";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "beda-software";
repo = "fhir-py";
tag = "v${version}";
hash = "sha256-ts4BT/YVfejyemEy8B9aAJuA9h1a5F/SoIAkDVem7mQ=";
hash = "sha256-XZC3cLjAy1VZfMsHy/QmwJXKiW/WxVous1LrbkGOeRs=";
};
build-system = [ flit-core ];
@@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Async/sync API for FHIR resources";
homepage = "https://github.com/beda-software/fhir-py";
changelog = "https://github.com/beda-software/fhir-py/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/beda-software/fhir-py/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ bcdarwin ];
};