mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.pydicom: 2.0.0 -> 2.1.1
This commit is contained in:
parent
77831d780d
commit
c9a189fdf9
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.0.0";
|
version = "2.1.1";
|
||||||
pname = "pydicom";
|
pname = "pydicom";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "594c91f715c415ef439f498351ae68fb770c776fc5aa72f3c87eb500dc2a7470";
|
sha256 = "72a11086f6a277c1529a552583fde73e03256a912173f15e9bc256e5b28f28f1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy pillow ];
|
propagatedBuildInputs = [ numpy pillow ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue