From 73cf5e935e27492737e8bce62038bb600ff0f0e4 Mon Sep 17 00:00:00 2001 From: Gerhard Schwanzer Date: Tue, 4 Aug 2026 23:22:55 +0200 Subject: [PATCH] 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 2740d7bc7806b77af282cb14fdc1a4993d414e63) --- pkgs/development/python-modules/gitpython/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index a2a183f6e448..2b5b14a297b5 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -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 = ''