lol
0
fork

Configure Feed

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

python3Packages.gitpython: 3.1.33 -> 3.1.35

+2 -2
+2 -2
pkgs/development/python-modules/gitpython/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "gitpython"; 14 - version = "3.1.33"; 14 + version = "3.1.35"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "gitpython-developers"; 21 21 repo = "GitPython"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y="; 23 + hash = "sha256-bKyimi7INXgd1Km4B/tQh/VFVcZLjdOLts2dXhqOtvY="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [