summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-09-15 08:35:08 +0200
committerVladimír Čunát <v@cunat.cz>2021-09-15 08:35:08 +0200
commitff94eef5c14da66ede95e968425afb1eda2c788b (patch)
tree20528c9302ecd5de56096fb8e7e2281804152de2 /pkgs/development/python-modules/python-gitlab
parent42e33503ecb66de8ca6e3d39bd828a2c8f58a23c (diff)
parent5663f4625de72248bd108f65daa4f7ff65f5cddc (diff)
Merge #135477: branch 'staging-next'
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix4
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 = [