diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-10-02 18:01:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 18:01:40 +0000 |
| commit | a3a27f01d5dde4a3f4b5f8e24ccc075bfa2ef627 (patch) | |
| tree | ab18d86d3d579ea8b8c0c581b487bc306a321398 /pkgs/development/python-modules/gitpython | |
| parent | 526453cf1d170196a3aaa8eeba2e0c2b91142764 (diff) | |
| parent | 23a729211497a62773e38c03a703e3fe659886a6 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/gitpython')
| -rw-r--r-- | pkgs/development/python-modules/gitpython/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index c783e7a00f01..43925e357a90 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.35"; + version = "3.1.37"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-bKyimi7INXgd1Km4B/tQh/VFVcZLjdOLts2dXhqOtvY="; + hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig="; }; propagatedBuildInputs = [ |
