diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-01-14 16:26:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 16:26:39 +0000 |
| commit | b974cf6522a8a94228a6019a12a4aa2fce239d62 (patch) | |
| tree | e6f67e19bc6dd206fe323eae00ab4f797525401c /pkgs/development/python-modules/python-gitlab | |
| parent | 3a9b551601446eb20f028b9ae3397709666d9387 (diff) | |
| parent | 306d708b8bff93872077751f84133ff11a928a62 (diff) | |
Merge pull request #209180 from NixOS/staging-next
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 63cfb7c38846..6682b57ed7ae 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.11.0"; + version = "3.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-25Rytq5PupaLQJ3DL67iDdZQiQZdqpPgjSG3lqZdZXg="; + hash = "sha256-VnOQwrk2kNrmLtlzi/nyIfpFwBN4/fiWCJ2/fIoTT70="; }; propagatedBuildInputs = [ |
