diff options
| author | Justin Bedo <cu@cua0.org> | 2022-03-10 21:01:37 +1100 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2022-03-10 21:01:37 +1100 |
| commit | 52711867bd689687d75b13a4f17ef2f285d082ad (patch) | |
| tree | 6dd7cb29ad6d9f567576d1575b369d4f03dcaca8 /pkgs/development/python-modules/python-gitlab | |
| parent | 9db967d700ce88a0d624d37ea06eb20af0e77425 (diff) | |
| parent | 085e8934e46ffb8cb31a8197cf2cd8df2f384a8d (diff) | |
Merge remote-tracking branch 'origin/master' into r-updates
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 6704cb8ad006..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.1"; + version = "3.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-ytEzjB/xp5GnuueZXcYh4mx3378iW63kVqzsdRJ4KCU="; + sha256 = "sha256-j27oEQn+wjH8K3TixANbt94FSOr4LdEZ/ilN8sSlJL4="; }; propagatedBuildInputs = [ |
