summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:06:12 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:33:35 +0200
commit660c096b8c103fa4312b59ff17d322361ab3f738 (patch)
tree112e988be9412ecb15de20b732ae6e3c691b34c3 /pkgs/development/python-modules/gitpython
parent6f8245d4d9891db90277b313163f4a4502506c23 (diff)
python3Packages.gitpython: 3.1.33 -> 3.1.35
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 8721df4bf36a..c783e7a00f01 100644
--- a/pkgs/development/python-modules/gitpython/default.nix
+++ b/pkgs/development/python-modules/gitpython/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "gitpython";
- version = "3.1.33";
+ version = "3.1.35";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = "refs/tags/${version}";
- hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y=";
+ hash = "sha256-bKyimi7INXgd1Km4B/tQh/VFVcZLjdOLts2dXhqOtvY=";
};
propagatedBuildInputs = [