Skip to content

Commit

Permalink
python312Packages.python-gitlab: 4.9.0 -> 4.10.0 (#337859)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 29, 2024
2 parents e3b5d11 + 0377cb7 commit 05bece4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-gitlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

buildPythonPackage rec {
pname = "python-gitlab";
version = "4.9.0";
version = "4.10.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "python_gitlab";
inherit version;
hash = "sha256-30TbtunJQefr+5JE5+1KpNuQ9cFkmMstE1uObn8Imho=";
hash = "sha256-hvmcGRUIji0lc4F6yov2urXk8S1CsE72st8qu1KNV/0=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 05bece4

Please sign in to comment.