python3Packages.gitpython: 3.1.45 -> 3.1.46

https://github.com/gitpython-developers/GitPython/blob/3.1.46/doc/source/changes.rst
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:34 +01:00
parent 714c33725c
commit 712ed12a6e
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "gitpython";
version = "3.1.45";
version = "3.1.46";
pyproject = true;
src = fetchFromGitHub {
owner = "gitpython-developers";
repo = "GitPython";
tag = version;
hash = "sha256-VHnuHliZEc/jiSo/Zi9J/ipAykj7D6NttuzPZiE8svM=";
hash = "sha256-ymuJlxGEmWwvmVFYiIW23k5Gl2h09ugFLPosnUWg5S0=";
};
postPatch = ''