python310Packages.gitpython: 3.1.29 -> 3.1.30

fixes CVE-2022-24439

https://github.com/gitpython-developers/GitPython/releases/tag/3.1.30
This commit is contained in:
Robert Schütz 2023-01-10 09:30:17 -08:00
parent ee3623a4a3
commit d792f00a19

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "gitpython";
version = "3.1.29";
version = "3.1.30";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = version;
hash = "sha256-RNDBoGWnkirPZjxn5oqH3zwYqVFLedNrSRpZOHU0j+w=";
hash = "sha256-odtYBQLscncdC+NbDC9D84QQveDoimkQ6RzUQLJgizI=";
};
propagatedBuildInputs = [