summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-04 20:06:54 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-09-22 22:53:45 +0000
commita419867cfda252093eb4d7b78baf7f1c06a0a70d (patch)
treeb98f64b3ad80ba8f6dadff149000cd96881f8667
parentMerge pull request #256748 from NixOS/backport-256724-to-release-23.05 (diff)
downloadnixpkgs-a419867cfda252093eb4d7b78baf7f1c06a0a70d.tar.gz
python311Packages.gitpython: 3.1.31 -> 3.1.32origin/backport-247172-to-release-23.05
Diff: https://github.com/gitpython-developers/GitPython/compare/refs/tags/3.1.31...3.1.32 Changelog: https://github.com/gitpython-developers/GitPython/blob/3.1.32/doc/source/changes.rst (cherry picked from commit 80b7a9e316e40613b1d3dc3b051b7b71be750876)
-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 0915170bc7f6..79cefa48656c 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.31";
+ version = "3.1.32";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = "refs/tags/${version}";
- hash = "sha256-lpx/vptFhz4WOkybJpqq1teMGgX6RQo/f2OTNEm5XJU=";
+ hash = "sha256-Bhgu57w5QYfq5hlTh5gCJhbdwUMU+u0nrova/2V2ed0=";
};
propagatedBuildInputs = [