summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-11 18:01:20 +0000
committerGitHub <noreply@github.com>2022-01-11 18:01:20 +0000
commitfac98f2214152489d99d2e49ddafdb6a2866f45e (patch)
treec3cd2132034fa56fe1ed083f9ea2971c2ba93d10 /pkgs/development/python-modules/GitPython
parentcdfc59bbb1c3a84b0029eb8b6a9102876c4cab21 (diff)
parent34c1ae49a7d6ca7f82e722310efc06e2d0e389a5 (diff)
Merge master into staging-next
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 = [