Skip to content

Commit

Permalink
python.pkgs.GitPython: 3.0.5 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Mar 14, 2020
1 parent 0fae68c commit 6adad28
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
@@ -1,13 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb, mock, nose, ddt }:

buildPythonPackage rec {
version = "3.0.5";
version = "3.1.0";
pname = "GitPython";
disabled = isPy27; # no longer supported

src = fetchPypi {
inherit pname version;
sha256 = "9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42";
sha256 = "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4";
};

patches = [
Expand Down

0 comments on commit 6adad28

Please sign in to comment.