Skip to content

Commit

Permalink
add missing checksums in cp2k-input-tools easyconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 4, 2024
1 parent 277cf56 commit 7db7b54
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ dependencies = [
use_pip = True

exts_list = [
('transitions', '0.9.2'),
('transitions', '0.9.2', {
'checksums': ['2f8490dbdbd419366cef1516032ab06d07ccb5839ef54905e842a472692d4204'],
}),
(name, version, {
'sources': ['cp2k_input_tools-%(version)s.tar.gz'],
'checksums': ['bf7d229bbcfa41b1caaa32e7eb3c1c689d56bd1cbd4de674bd2fde8de4efb27c'],
}),
]

Expand Down

0 comments on commit 7db7b54

Please sign in to comment.