Merge pull request #261527 from bcdarwin/python3-monai-fix-src-hash

python310Packages.monai: fix src.hash
This commit is contained in:
Weijia Wang
2023-10-17 07:50:57 +02:00
committed by GitHub
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Project-MONAI";
repo = "MONAI";
rev = "refs/tags/${version}";
hash = "sha256-wjpHgDNNxPC4b0Yy6zponGZPHV9qGSnbLfccMeick3I=";
hash = "sha256-h//igmSV1cPAFifE1woIluSyGwZBRByYMLqeY3oLHnk=";
};
# Ninja is not detected by setuptools for some reason even though it's present: