summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-31 00:17:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 15:00:51 +0200
commit37fa636325c475b9a26d248c240674f8f611c985 (patch)
tree3be299004077e062d317500c309fa14f488d29cd /pkgs/development/python-modules/python-gitlab
parent6bb29572e4dc9410401bd6b6d166549be8427c78 (diff)
python3Packages.python-gitlab: 2.10.0 -> 2.10.1
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 = [