tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.python-gitlab: 5.3.1 -> 5.6.0
R. Ryantm
1 year ago
5228e893
3d229475
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-gitlab
default.nix
+2
-2
pkgs/development/python-modules/python-gitlab/default.nix
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "python-gitlab";
16
16
-
version = "5.3.1";
16
16
+
version = "5.6.0";
17
17
pyproject = true;
18
18
19
19
disabled = pythonOlder "3.8";
···
21
21
src = fetchPypi {
22
22
pname = "python_gitlab";
23
23
inherit version;
24
24
-
hash = "sha256-yqvLUAIQ9PWe+fj+7E+Z6CHWUqVccuyfW/gg9F/Bcpg=";
24
24
+
hash = "sha256-vFMei6PlZBtgQJRF1JGazmiiwYyw7G1I+87WYWuVQWY=";
25
25
};
26
26
27
27
build-system = [ setuptools ];