python37Packages.portpicker: 1.3.0 -> 1.3.1

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

(cherry picked from commit e2612d43cbf468b4bce090528cee716da668c7a7)
This commit is contained in:
R. RyanTM 2019-04-02 09:36:53 -07:00 committed by Matthias Beyer
parent 6a4d16a66e
commit 62ee61ee61

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