diff options
| author | hacker1024 <hacker1024@users.sourceforge.net> | 2023-04-25 12:51:56 +1000 |
|---|---|---|
| committer | hacker1024 <hacker1024@users.sourceforge.net> | 2023-04-25 12:51:56 +1000 |
| commit | c4cbf526e9b7838bec1cc6c92226367787d336d0 (patch) | |
| tree | 7c1d2b11d0beac9dce9c5a818f466ce4f9bfb13a /pkgs/development/python-modules/python-gitlab | |
| parent | 552e3fe49817599c2127a8ab32b72b8e6bf9f724 (diff) | |
| parent | 671e29a924fa788191597e8bdbee5385d1ff42c5 (diff) | |
Merge remote-tracking branch 'NixOS/master' into feature/futter-linux-desktop
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 55e11d49d1d1..905f421dbfec 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.13.0"; + version = "3.14.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-rVArcrXRE39K831KaK4g/n1sl3j2fL4q7FZveZUFPH0="; + hash = "sha256-7zuJYPru6YgPgrCHLYB+P6uUrOErDSqEGKl4dciBLTw="; }; propagatedBuildInputs = [ |
