mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
update-python-libraries script: don't forget to break when we actually find an update
This commit is contained in:
parent
c0cf19608f
commit
d2aa638ee2
@ -91,6 +91,7 @@ def _get_latest_version_pypi(package, extension):
|
||||
if release['filename'].endswith(extension):
|
||||
# TODO: In case of wheel we need to do further checks!
|
||||
sha256 = release['digests']['sha256']
|
||||
break
|
||||
else:
|
||||
sha256 = None
|
||||
return version, sha256
|
||||
|
Loading…
Reference in New Issue
Block a user