Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed May 20, 2024
1 parent 1792cd9 commit 593b0eb
Showing 1 changed file with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,49 +167,49 @@ exts_list = [
}),
('relion-classranker', '0.0.1_20230822', {
'sources': [{
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': 'b6e751e5cb4205d8e9b36d0ae38c3687b3395acb',
'keep_git_dir': True,
},
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': 'b6e751e5cb4205d8e9b36d0ae38c3687b3395acb',
'keep_git_dir': True,
},
}],
'checksums': [None],
}),
('relion-blush', '0.0.1_20231105', {
'sources': [{
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': '3148869de884fc01cff6c51a047b1413fc0b62cb',
'keep_git_dir': True,
},
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': '3148869de884fc01cff6c51a047b1413fc0b62cb',
'keep_git_dir': True,
},
}],
'checksums': [None],
}),
('DynaMight', '0.0.1_20240319', {
'sources': [{
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': 'eef4aa673af6cc908042b38646ae489ee8f2fde9',
'keep_git_dir': True,
},
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': 'eef4aa673af6cc908042b38646ae489ee8f2fde9',
'keep_git_dir': True,
},
}],
'checksums': [None],
}),
('model-angelo', '1.0.12_20240226', {
'sources': [{
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': '6fdad9b47a0a2abb86990803f243ef028197a04d',
'keep_git_dir': True,
},
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/3dem',
'repo_name': '%(name)s',
'commit': '6fdad9b47a0a2abb86990803f243ef028197a04d',
'keep_git_dir': True,
},
}],
'checksums': [None],
}),
Expand Down

0 comments on commit 593b0eb

Please sign in to comment.