Skip to content

Commit 8eacb87

Browse files
timokauJon
authored and
Jon
committed
python.pkgs.GitPython: 3.0.5 -> 3.1.0
1 parent 6db65f8 commit 8eacb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/GitPython/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb, mock, nose, ddt }:
22

33
buildPythonPackage rec {
4-
version = "3.0.5";
4+
version = "3.1.0";
55
pname = "GitPython";
66
disabled = isPy27; # no longer supported
77

88
src = fetchPypi {
99
inherit pname version;
10-
sha256 = "9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42";
10+
sha256 = "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4";
1111
};
1212

1313
patches = [

0 commit comments

Comments
 (0)