Unverified Commit 061f520e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.fhir-py: 2.1.0 -> 2.2.0 (#449900)

parents 39b08326 afe57d62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "fhir-py";
  version = "2.1.0";
  version = "2.2.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "beda-software";
    repo = "fhir-py";
    tag = "v${version}";
    hash = "sha256-ffaDWo/6xQwpMjiOCx3JIGtSHUjwcEilInD/YN73ZMI=";
    hash = "sha256-C6ttVEYsnOzA4PFtq0wHfXrGSvpXOj0/oTuVDtx19qc=";
  };

  build-system = [ flit-core ];