Skip to content

Commit

Permalink
use correct checksum for setuptools 68.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Sep 3, 2024
1 parent 5ff26ab commit ed168ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exts_list = [
('setuptools', '68.0.0', {
'use_pip': False,
'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'],
'checksums': ['22c7348c6d2976a52632c67f7ab0cdf40147db7789f9aed18734643fe9cf3373'],
'checksums': ['baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235'],
}),
# stick to wheel 0.42.0, which is compatible with Python 3.7
('wheel', '0.42.0', {
Expand Down

0 comments on commit ed168ec

Please sign in to comment.