summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-29 12:01:01 +0000
committerGitHub <noreply@github.com>2022-01-29 12:01:01 +0000
commit89b88813b02eaf6defce666b346ddb13f7c28b48 (patch)
tree843f8128ac183e7ff433db897375081e4cdc6af4 /pkgs/development/python-modules/python-gitlab
parent4d54ec489cc62bc6b6ae9c625afae4e1f294cc30 (diff)
parent5cf5cad0da6244da30be1b6da2ff3d44b6f3ebe5 (diff)
Merge master into 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 6853bddf54c1..6704cb8ad006 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.1.0";
+ version = "3.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "7216c9100b2a17cae5cf53b4b40ee36a7262d4ead7526c5a6278d911eba74847";
+ sha256 = "sha256-ytEzjB/xp5GnuueZXcYh4mx3378iW63kVqzsdRJ4KCU=";
};
propagatedBuildInputs = [