diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-12-30 20:13:41 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-01-05 01:10:25 +0100 |
| commit | d7ac074d6a24fc37d16e298a352744752c978679 (patch) | |
| tree | 6330abfc0d67f3a49ef6aafa51f20a433beb7c5f /pkgs/development/python-modules/python-gitlab | |
| parent | e51a24258b304e7b0f2cd7c9ebfaf4a51b713070 (diff) | |
python3Packages.python-gitlab: 3.11.0 -> 3.12.0
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 = [ |
