Skip to content

Commit

Permalink
utils: update checksum for get-pip (new release)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Apr 1, 2018
1 parent 778e3bc commit 6435f12
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 6435f12

Please sign in to comment.