python37Packages.portpicker: 1.2.0 -> 1.3.0 (#54678)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-portpicker/versions
This commit is contained in:
R. RyanTM 2019-02-25 07:49:30 -08:00 committed by xeji
parent 4e0b4a2f50
commit 5bb66b3133

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "portpicker";
version = "1.2.0";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "0c1lm3i4yngi1qclb0hny19vwjd2si5k2qni30wcrnxqqasqak1y";
sha256 = "19c0f950x544ndsdkfhga58x69iiin2vqiz59pqn9mymk2vrlpkg";
};
meta = {