python37Packages.python-gitlab: 1.8.0 -> 1.9.0

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-python-gitlab/versions
This commit is contained in:
R. RyanTM 2019-07-16 08:25:28 -07:00 committed by Frederik Rietdijk
parent 2957f9f79d
commit dcc38411e7

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "1.8.0";
version = "1.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "1rwkl36n1synyggg2li7r075fq5k3cmpgyazinw24bkf7z2kpc56";
sha256 = "1p0i6gsl4mcv6w1sm0rsxq9bq2cmmg3n7c0dniqlvqmzkk62qqhx";
};
propagatedBuildInputs = [ requests six ];