diff options
| author | Justin Bedo <cu@cua0.org> | 2023-04-06 08:51:55 +1000 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2023-04-06 08:51:55 +1000 |
| commit | 2231a9c89a14d92879feafee21cf6bf72523fa11 (patch) | |
| tree | ddaf1b7411f24744449cfd1cd56eac40a4ab5eec /pkgs/development/python-modules/gitpython | |
| parent | a9dd7b9e841ac110d30576a5c128255a0088935f (diff) | |
| parent | c2f2239d92f2e7c853ff5b48701d179fec2ea7d4 (diff) | |
Merge remote-tracking branch 'origin/master' into r-updates
Diffstat (limited to 'pkgs/development/python-modules/gitpython')
| -rw-r--r-- | pkgs/development/python-modules/gitpython/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index e5a98bb27d22..0915170bc7f6 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.30"; + version = "3.1.31"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "gitpython-developers"; repo = "GitPython"; - rev = version; - hash = "sha256-odtYBQLscncdC+NbDC9D84QQveDoimkQ6RzUQLJgizI="; + rev = "refs/tags/${version}"; + hash = "sha256-lpx/vptFhz4WOkybJpqq1teMGgX6RQo/f2OTNEm5XJU="; }; propagatedBuildInputs = [ @@ -46,6 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python Git Library"; homepage = "https://github.com/gitpython-developers/GitPython"; + changelog = "https://github.com/gitpython-developers/GitPython/blob/${version}/doc/source/changes.rst"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; |
