Skip to content

Commit

Permalink
python312Packages.python-gitlab: 4.9.0 -> 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 28, 2024
1 parent 0fefe24 commit 0377cb7
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 0377cb7

Please sign in to comment.