Merge pull request #248939 from bcdarwin/update-dicom-numpy
python310Packages.dicom-numpy: 0.6.3 -> 0.6.5
This commit is contained in:
@@ -9,14 +9,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dicom-numpy";
|
||||
version = "0.6.3";
|
||||
version = "0.6.5";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "innolitics";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QIPuSFaWgHmcTddZ8H9kgzLYuwGUzy/FVsi/ttSUskA=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-pgmREQlstr0GY2ThIWt4hbcSWmaNWgkr2gO4PSgGHqE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user