summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2023-09-21 10:40:16 -0700
committerScott Worley <scottworley@scottworley.com>2023-09-23 13:08:56 -0700
commitda787051f25bdcef6cb5bb775b8f217269cd4e30 (patch)
treec7c7a1f731c16755543eacd7c5a2c79d08c18c65 /pkgs/development/python-modules/gitpython
parent970a59bd19eff3752ce552935687100c46e820a5 (diff)
python3Packages.gitpython: 3.1.33 -> 3.1.37
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..43925e357a90 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.37";
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-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig=";
};
propagatedBuildInputs = [