mrtrix3: add version 3.0.3 (#25943)

This commit is contained in:
Ben Darwin 2021-09-27 14:33:42 -04:00 committed by GitHub
parent e256d02963
commit c07af15946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,10 @@ class Mrtrix3(Package):
density."""
homepage = "https://www.mrtrix.org/"
url = "https://github.com/MRtrix3/mrtrix3/archive/refs/tags/3.0.3.tar.gz"
git = "https://github.com/MRtrix3/mrtrix3.git"
version('3.0.3', sha256='6ec7d5a567d8d7338e85575a74565189a26ec8971cbe8fb24a49befbc446542e', preferred=True)
version('2017-09-25', commit='72aca89e3d38c9d9e0c47104d0fb5bd2cbdb536d')
depends_on('python@2.7:', type=('build', 'run'))