summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-02 11:15:27 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-02 11:21:58 +0200
commit7b42c82b10ba6097389842c610118f9a32875a45 (patch)
tree96695f89024570b8bb982145553577099e075294 /pkgs/development/python-modules/gitpython
parent1f8b5a27952d16186c50b25578fdbcc540abe1d2 (diff)
python311Packages.gitpython: 3.1.32 -> 3.1.33
Diff: https://github.com/gitpython-developers/GitPython/compare/refs/tags/3.1.32...3.1.33 Changelog: https://github.com/gitpython-developers/GitPython/blob/3.1.33/doc/source/changes.rst
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 = [