summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-05 12:01:11 +0000
committerGitHub <noreply@github.com>2023-09-05 12:01:11 +0000
commitc7aba64ba1bed7bce6c9697d005972dd54b61962 (patch)
tree9ca83b604196d40fe8721039aeb87a57ecd446e1 /pkgs/development/python-modules/gitpython
parent2c8ff18ac2a2afb4f8dd0f93a386050920adb1e7 (diff)
parentc04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53 (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 79cefa48656c..8721df4bf36a 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.32";
+ version = "3.1.33";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = "refs/tags/${version}";
- hash = "sha256-Bhgu57w5QYfq5hlTh5gCJhbdwUMU+u0nrova/2V2ed0=";
+ hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y=";
};
propagatedBuildInputs = [