Update 3.1 easybuild script with sha256 of release tarball

This commit is contained in:
Nils Wentzell 2022-03-24 10:14:15 -04:00
parent d2f7326a80
commit 50e50da931
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/TRIQS/dft_tools/releases/download/%(version)s/']
sources = ['dft_tools-%(version)s.tar.gz']
checksums = ['PUT HERE THE SHA256 OF THE RELEASE TARBALL']
checksums = ['57b7d0fe5a96c5a42bb684c60ca8e136a33e1385bf6cd7e9d1371fa507dc2ec4']
dependencies = [
('Python', '3.9.6'),