Skip to content

Commit

Permalink
python312Packages.python-gitlab: 4.10.0 -> 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 13, 2024
1 parent 81f25b1 commit 35bc9b0
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.10.0";
version = "4.11.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "python_gitlab";
inherit version;
hash = "sha256-hvmcGRUIji0lc4F6yov2urXk8S1CsE72st8qu1KNV/0=";
hash = "sha256-evovnDBhi8Pa7pXSGGoG4c8Yyi+peJDrVf2N3E4zmBI=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 35bc9b0

Please sign in to comment.