diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-16 00:06:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 00:06:30 +0000 |
| commit | b7d0ebd8f898c9a4b55653d2fefd12319f1bc3cf (patch) | |
| tree | f222db497d13df57c8fe65605a5b08b11689ed8c /pkgs/development/python-modules/python-gitlab/default.nix | |
| parent | 1f06456eabe9f768f87a26d3ff8b2dc14eb4046d (diff) | |
| parent | 78230d1c42c8f0e870db6b9a8856c10c2826ee94 (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab/default.nix')
| -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 = [ |
