diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-05 14:51:26 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-05 14:51:26 +0200 |
| commit | b041b2e1b25a0ed55d0943030c9da1b5f68ab3c6 (patch) | |
| tree | ef83c7e3d19be38223a71a92d963e29fb0bb1051 /pkgs/development/python-modules/python-gitlab | |
| parent | 5b6c2380adb4c4ddb0f87152cef0016333ea5a4d (diff) | |
| parent | 3b3629a35baa1064adf4057ac5d6c2b99962b877 (diff) | |
Merge remote-tracking branch 'origin/python-unstable' into 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 831ae6e39668..a5c40533c169 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "python-gitlab"; - version = "2.10.0"; + version = "2.10.1"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-N2s+mCOBzsc0RxxQKz2ixueFio300DyZNJnmp1k5UOY="; + sha256 = "7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f"; }; propagatedBuildInputs = [ |
