Skip to content

Commit

Permalink
python312Packages.fhir-py: 2.0.11 -> 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 6, 2024
1 parent e574201 commit c5ba453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fhir-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "fhir-py";
version = "2.0.11";
version = "2.0.15";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "beda-software";
repo = "fhir-py";
rev = "refs/tags/v${version}";
hash = "sha256-ts4BT/YVfejyemEy8B9aAJuA9h1a5F/SoIAkDVem7mQ=";
hash = "sha256-XZC3cLjAy1VZfMsHy/QmwJXKiW/WxVous1LrbkGOeRs=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit c5ba453

Please sign in to comment.