python3Packages.pydicom: 2.4.2 -> 2.4.3

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:46 +02:00
parent b05d0adbf8
commit ea9023dd09

View file

@ -11,13 +11,13 @@
let
pname = "pydicom";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "pydicom";
repo = "pydicom";
rev = "refs/tags/v${version}";
hash = "sha256-FNZVu2/7kBGeP4iTH53bsApfHzHFxr5bxqbqkI4T95E=";
hash = "sha256-PF4iA/FPxPYD8OfgWqKRndwi2vURuzh6tlEwduxs/3E=";
};
# Pydicom needs pydicom-data to run some tests. If these files aren't downloaded