Skip to content

Commit

Permalink
python3Packages.gitpython: 3.1.33 -> 3.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
chkno committed Sep 23, 2023
1 parent 970a59b commit da78705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gitpython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "gitpython";
version = "3.1.33";
version = "3.1.37";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = "refs/tags/${version}";
hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y=";
hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit da78705

Please sign in to comment.