Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0"

This reverts commit d00e803111.
This commit is contained in:
Ben Darwin 2024-11-12 19:53:22 -05:00
parent a59994b9f9
commit 1e1dcc53f9

View File

@ -22,7 +22,7 @@ let
in
buildPythonPackage rec {
pname = "highdicom";
version = "0.23.0";
version = "0.22.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "MGHComputationalPathology";
repo = "highdicom";
rev = "refs/tags/v${version}";
hash = "sha256-WXNmkaAdbjyPdNtjV6vpxUWGtdPLvrMr5t/5aMKGSLc=";
hash = "sha256-KHSJWEnm8u0xHkeeLF/U7MY4FfiWb6Q0GQQy2w1mnKw=";
};
propagatedBuildInputs = [