python3Packages.gitpython: 3.1.46 -> 3.1.50

This commit is contained in:
Ryan Omasta
2026-05-08 14:28:33 -06:00
parent 08c4960324
commit 883945231a
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "gitpython";
version = "3.1.46";
version = "3.1.50";
pyproject = true;
src = fetchFromGitHub {
owner = "gitpython-developers";
repo = "GitPython";
tag = finalAttrs.version;
hash = "sha256-ymuJlxGEmWwvmVFYiIW23k5Gl2h09ugFLPosnUWg5S0=";
hash = "sha256-oHJrN/iYaAZUNPgOLS+8Ekr1eLES8APfXynmR4OySwk=";
};
postPatch = ''