python38Packages.python-gitlab: 2.10.1 -> 3.0.0

This commit is contained in:
R. Ryantm 2022-01-06 05:05:04 +00:00
parent 0c8b2ce6c0
commit 3dc83b28a1

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "2.10.1";
version = "3.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f";
sha256 = "89f82740b76820cf407cee9c43b75ca3ddb72f344f595902ee963837d7664986";
};
propagatedBuildInputs = [