python37Packages.python-gitlab: 1.7.0 -> 1.8.0 (#57443)

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-03-15 09:18:51 -07:00 committed by Robert Schütz
parent 40a1273be1
commit 03bb0583d5

View File

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