python3Packages.gitpython: 3.1.44 -> 3.1.45

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

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
gitpython
+2 -2
pkgs/development/python-modules/gitpython/default.nix
···
buildPythonPackage rec {
pname = "gitpython";
-
version = "3.1.44";
+
version = "3.1.45";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "gitpython-developers";
repo = "GitPython";
tag = version;
-
hash = "sha256-KnKaBv/tKk4wiGWUWCEgd1vgrTouwUhqxJ1/nMjRaWk=";
+
hash = "sha256-VHnuHliZEc/jiSo/Zi9J/ipAykj7D6NttuzPZiE8svM=";
};
propagatedBuildInputs = [