python313Packages.highdicom: skip bulk update

This commit is contained in:
Martin Weinelt
2025-01-27 10:58:03 +01:00
parent ffd7840286
commit 1691648bc6
@@ -91,6 +91,9 @@ buildPythonPackage rec {
"highdicom.sc"
];
# updates the wrong fetcher
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "High-level DICOM abstractions for Python";
homepage = "https://highdicom.readthedocs.io";