Skip to content

Commit b62037b

Browse files
committed
python3Packages.python-gitlab: 5.6.0 -> 6.0.0
1 parent 66576dc commit b62037b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-gitlab

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-gitlab/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildPythonPackage rec {
1515
pname = "python-gitlab";
16-
version = "5.6.0";
16+
version = "6.0.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.8";
2020

2121
src = fetchPypi {
2222
pname = "python_gitlab";
2323
inherit version;
24-
hash = "sha256-vFMei6PlZBtgQJRF1JGazmiiwYyw7G1I+87WYWuVQWY=";
24+
hash = "sha256-cEv1SMJY8c/i8JuOzprxzI+mroKKxv5qHL6VfJhDFBQ=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)