lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.gitpython: 3.1.43 -> 3.1.44

https://github.com/gitpython-developers/GitPython/blob/3.1.44/doc/source/changes.rst

+3 -3
+3 -3
pkgs/development/python-modules/gitpython/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "gitpython"; 14 - version = "3.1.43"; 14 + version = "3.1.44"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "gitpython-developers"; 21 21 repo = "GitPython"; 22 22 tag = version; 23 - hash = "sha256-HO6t5cOHyDJVz+Bma4Lkn503ZfDmiQxUfSLaSZtUrTk="; 23 + hash = "sha256-KnKaBv/tKk4wiGWUWCEgd1vgrTouwUhqxJ1/nMjRaWk="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [ ··· 42 42 meta = with lib; { 43 43 description = "Python Git Library"; 44 44 homepage = "https://github.com/gitpython-developers/GitPython"; 45 - changelog = "https://github.com/gitpython-developers/GitPython/blob/${version}/doc/source/changes.rst"; 45 + changelog = "https://github.com/gitpython-developers/GitPython/blob/${src.tag}/doc/source/changes.rst"; 46 46 license = licenses.bsd3; 47 47 maintainers = with maintainers; [ fab ]; 48 48 };