Skip to content

Commit

Permalink
Merge pull request #930 from benoit-pierre/update_get_pip_checksum
Browse files Browse the repository at this point in the history
utils: update checksum for get-pip (new release)
  • Loading branch information
benoit-pierre authored Apr 1, 2018
2 parents e50fada + 6435f12 commit 75976df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover_build_utils/get_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def get_pip(args=None):
# Download `get-pip.py`.
script = download('https://bootstrap.pypa.io/get-pip.py',
'3d45cef22b043b2b333baa63abaa99544e9c031d')
'0ba245c9b8334623dbda5bde2fc8726c453df1b5')
# Make sure wheels cache directory exists to avoid warning.
if not os.path.exists(WHEELS_CACHE):
os.makedirs(WHEELS_CACHE)
Expand Down

0 comments on commit 75976df

Please sign in to comment.