summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-07 22:17:35 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-11 09:23:22 -0800
commit89cc3979f742300d010a2222b7080d6120058dcd (patch)
treee48892b175eefdc021649f8a5a6243565c80b4f6 /pkgs/development/python-modules/GitPython
parent49c8bee3168a3266461203519933a018031d4ab9 (diff)
python3Packages.GitPython: 3.1.24 -> 3.1.25
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
-rw-r--r--pkgs/development/python-modules/GitPython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/GitPython/default.nix b/pkgs/development/python-modules/GitPython/default.nix
index 7ae407908961..dc909f5bcee8 100644
--- a/pkgs/development/python-modules/GitPython/default.nix
+++ b/pkgs/development/python-modules/GitPython/default.nix
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "gitpython";
- version = "3.1.24";
+ version = "3.1.25";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "gitpython-developers";
repo = "GitPython";
rev = version;
- sha256 = "sha256-KfR14EqXsDgIZUerk/hHDB0Z7IuqncbTNd/yNwrV9I0=";
+ sha256 = "sha256-ienc7zvLe6t8rkMtC6wVIewUqQBFdFbLc8iPT6aPVrE=";
};
patches = [