diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-05 15:02:46 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-05 15:02:46 +0200 |
| commit | 0877ba5e61b061e8fd41eb3ef5ff7de6f9777134 (patch) | |
| tree | 4d19cd37f1742bf8d5458f9820bcd4dfc115232c /pkgs/development/python-modules/python-gitlab | |
| parent | 7f732aca66089969ca0733bd129cc1c12b44fe25 (diff) | |
| parent | ab7c78ff9cb015b3388dab2ca967aded891201be (diff) | |
Merge branch '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 = [ |
