diff options
| author | Alexander Nortung <alex_nortung@live.dk> | 2022-03-26 14:18:23 +0100 |
|---|---|---|
| committer | Alexander Nortung <alex_nortung@live.dk> | 2022-03-26 14:18:23 +0100 |
| commit | 7844c87ab731080314bd6f8424e795b46347f964 (patch) | |
| tree | 71c90673524bbb6e81a4ee3085f154645c1ea751 /pkgs/development/python-modules/python-gitlab | |
| parent | 41dd1d4d8b0a8b6dc2a7d71ab28adb0db111bf97 (diff) | |
| parent | 1d5c9053d10eabeca8a784ea6455f97c3a51e11b (diff) | |
Merge branch 'master' into autorandr-module
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index 6853bddf54c1..e15a75484219 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "python-gitlab"; - version = "3.1.0"; + version = "3.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "7216c9100b2a17cae5cf53b4b40ee36a7262d4ead7526c5a6278d911eba74847"; + sha256 = "sha256-j27oEQn+wjH8K3TixANbt94FSOr4LdEZ/ilN8sSlJL4="; }; propagatedBuildInputs = [ |
