diff --git a/pkgs/development/python-modules/highdicom/default.nix b/pkgs/development/python-modules/highdicom/default.nix index 55cd74fc0593..d1c5c6406f7f 100644 --- a/pkgs/development/python-modules/highdicom/default.nix +++ b/pkgs/development/python-modules/highdicom/default.nix @@ -11,6 +11,7 @@ pylibjpeg, pylibjpeg-libjpeg, setuptools, + typing-extensions, }: let @@ -23,7 +24,7 @@ let in buildPythonPackage rec { pname = "highdicom"; - version = "0.23.1"; + version = "0.24.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -32,7 +33,7 @@ buildPythonPackage rec { owner = "MGHComputationalPathology"; repo = "highdicom"; tag = "v${version}"; - hash = "sha256-LrsG85/bpqIEP++LgvyaVyw4tMsuUTtHNwWl7apuToM="; + hash = "sha256-1LRXJkltRLtPJ/NrFZVyjTusXfmcEVOTFEuq0gOI+yQ="; }; build-system = [ @@ -44,6 +45,7 @@ buildPythonPackage rec { pillow pillow-jpls pydicom + typing-extensions ]; optional-dependencies = { @@ -77,6 +79,7 @@ buildPythonPackage rec { "test_rgb_jpegls" "test_construction_autotile" "test_pixel_types_fractional" + "test_pixel_types_labelmap" ]; pythonImportsCheck = [