From 7b42c82b10ba6097389842c610118f9a32875a45 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 Sep 2023 11:15:27 +0200 Subject: 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 --- pkgs/development/python-modules/gitpython/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/gitpython') 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 = [ -- cgit v1.2.3