summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-09-28 12:12:18 +0200
committersternenseemann <sternenseemann@systemli.org>2022-09-28 12:12:18 +0200
commitf72f245d359f2f222c1bdcb40588aa9f91cf20e0 (patch)
treef2e367d224a82814caf07599d10523d81d7eeffc /pkgs/development/python-modules/python-gitlab
parent12c22babecb92d08e3ce5f8aa98ec21a029893fa (diff)
parentca7bc714218ed5fcbcdc7c09ee746d5852baf1be (diff)
Merge remote-tracking branch 'origin/master' into haskell-updates
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 eb4316989733..09dade7107a5 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-gitlab";
- version = "3.9.0";
+ version = "3.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-X8Xoj4HzZuEYUcuLS5pbgnSRziC6dYVEa3TJsJdya6M=";
+ sha256 = "sha256-FJMKFv3X829nuTc+fU1HIOjjdIAAKDgCidszBun3RhQ=";
};
propagatedBuildInputs = [