Commit d792f00a authored by Robert Schütz's avatar Robert Schütz
Browse files

python310Packages.gitpython: 3.1.29 -> 3.1.30

parent ee3623a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "gitpython";
  version = "3.1.29";
  version = "3.1.30";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "gitpython-developers";
    repo = "GitPython";
    rev = version;
    hash = "sha256-RNDBoGWnkirPZjxn5oqH3zwYqVFLedNrSRpZOHU0j+w=";
    hash = "sha256-odtYBQLscncdC+NbDC9D84QQveDoimkQ6RzUQLJgizI=";
  };

  propagatedBuildInputs = [