Merge pull request #188308 from bcdarwin/update-monai

python3Packages.monai: 0.9.0 -> 0.9.1
This commit is contained in:
Sergei Trofimovich 2022-08-27 19:03:37 +01:00 committed by GitHub
commit 606464a4bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "monai";
version = "0.9.0";
version = "0.9.1";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Project-MONAI";
repo = "MONAI";
rev = version;
sha256 = "sha256-HxW9WYxt2a7fS9/1E9DtiH+SCTTJoxYBfgZqskYdcvI=";
hash = "sha256-GU439svMHY1qIUZ0gM5c5tt6G1hh9eAHYV+38Munw9I=";
};
# Ninja is not detected by setuptools for some reason even though it's present: