python37Packages.python-gitlab: 1.9.0 -> 1.11.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-09-28 06:04:02 -07:00 committed by Jon
parent 90c6fbabf2
commit a86acc7e26

View File

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