diff options
| author | Linus Heckemann <git@sphalerite.org> | 2022-04-02 23:12:56 +0200 |
|---|---|---|
| committer | Linus Heckemann <git@sphalerite.org> | 2022-04-02 23:12:56 +0200 |
| commit | dbdacbca8eb109967ffc9ee1f4ae9f4a41be8c67 (patch) | |
| tree | 635f1afb99e8db3b234b83afe8abb08491ef5cf5 /pkgs/development/python-modules/python-gitlab | |
| parent | 93681a52a5bff48ecf434d3225588c1c99c1e853 (diff) | |
| parent | 710fed5a2483f945b14f4a58af2cd3676b42d8c8 (diff) | |
Merge remote-tracking branch 'upstream/nixos-unstable' into better-error-for-bad-buildinputs
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 4 |
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..8ccf35ff8e84 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.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "7216c9100b2a17cae5cf53b4b40ee36a7262d4ead7526c5a6278d911eba74847"; + sha256 = "sha256-/vJdQaYvkdqC7iD3KnKLnGnu80zwowBc27mgtHHVtJg="; }; propagatedBuildInputs = [ |
