Skip to content

Commit

Permalink
Merge pull request #261490 from risicle/ris-gitpython-3.1.37-r23.05
Browse files Browse the repository at this point in the history
[23.05] python311Packages.gitpython: 3.1.31 -> 3.1.37
  • Loading branch information
mweinelt authored Oct 25, 2023
2 parents 39506d7 + 7e5d124 commit 883a9df
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.31";
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-lpx/vptFhz4WOkybJpqq1teMGgX6RQo/f2OTNEm5XJU=";
hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 883a9df

Please sign in to comment.