python310Packages.pydicom: 2.3.0 -> 2.3.1

This commit is contained in:
Ben Darwin
2023-01-15 12:53:18 -05:00
parent a6d01de42d
commit 75eef6086c

View File

@@ -11,13 +11,13 @@
let
pname = "pydicom";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "pydicom";
repo = "pydicom";
rev = "v${version}";
hash = "sha256-CAQWaBkzecJ1VXQ5BnAUjmBMjh0I8y+gT7I4P4o2gqI=";
rev = "refs/tags/v${version}";
hash = "sha256-xt0aK908lLgNlpcI86OSxy96Z/PZnQh7+GXzJ0VMQGA=";
};
# Pydicom needs pydicom-data to run some tests. If these files aren't downloaded