python3Packages.monai: 1.0.0 -> 1.1.0

This commit is contained in:
Martin Weinelt
2022-12-30 20:13:26 +01:00
parent d082644e73
commit 258013beba

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "monai";
version = "1.0.0";
version = "1.1.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Project-MONAI";
repo = "MONAI";
rev = "refs/tags/${version}";
hash = "sha256-BnsgZpkXsY2l6inuzOkuvK4zJqYs2dj7jF5gKKiLnZM=";
hash = "sha256-XTjZhynIiFtFjJSW6rRAnpErZvf6QHkuK4e2L6l3naM=";
};
# Ninja is not detected by setuptools for some reason even though it's present: