Merge pull request #282683 from fabaff/python-gitlab-bump

python311Packages.python-gitlab: 4.2.0 -> 4.4.0
This commit is contained in:
Fabian Affolter 2024-01-22 08:36:23 +01:00 committed by GitHub
commit 3c4b79b35e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "4.2.0";
version = "4.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+HDXb5jJXQXEM5nXOx6qtZxnGzJ5ODDNL53fMsyTVB4=";
hash = "sha256-HRF797QzroJV5ddOcsZgl49Q7oXrYiSMn7Uu9Dw+OBQ=";
};
nativeBuildInputs = [