about summary refs log tree commit diff
path: root/pkgs/development/python-modules/GitPython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-09-20 12:36:45 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-09-20 12:36:45 +0200
commit0dd072f89616e03cf54d65b12ad022aff4f10734 (patch)
treeee2485b8774f07a7ac9d2c43446543f21ce71a33 /pkgs/development/python-modules/GitPython
parentd050e7dfc3af49c97f740319c15dd33de56598a5 (diff)
python3Packages.GitPython: 3.1.23 -> 3.1.24
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 6a1e6af55b208..7ae4079089613 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.23";
+  version = "3.1.24";
   disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "gitpython-developers";
     repo = "GitPython";
     rev = version;
-    sha256 = "sha256-1+jMg5pOrYJBgv/q9FFnR5Ujc8pwEPZHfLssNnt8nmA=";
+    sha256 = "sha256-KfR14EqXsDgIZUerk/hHDB0Z7IuqncbTNd/yNwrV9I0=";
   };
 
   patches = [