python3Packages.gitpython: 3.1.57 -> 3.1.58

Includes the six security fixes published in GitPython 3.1.58.

https://redirect.github.com/gitpython-developers/GitPython/blob/3.1.58/doc/source/changes.rst

Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
(cherry picked from commit 2740d7bc78)
This commit is contained in:
Gerhard Schwanzer
2026-08-04 23:22:55 +02:00
parent 846cc3e2f3
commit 73cf5e935e

View File

@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "gitpython";
version = "3.1.57";
version = "3.1.58";
pyproject = true;
src = fetchFromGitHub {
owner = "gitpython-developers";
repo = "GitPython";
tag = finalAttrs.version;
hash = "sha256-pCGDKwIefGqx/UJaVqrsofc0t+ntqZRPMhsdbK2XBB0=";
hash = "sha256-C6hrN7SRWngwkD/NYvsoEVQUagdurkxzWbnn42EJOHE=";
};
postPatch = ''