python39Packages.pytgit2: pin to libgit2 1.3.0 due to failing tests
This commit is contained in:
parent
e388cf1654
commit
3b53789e93
@ -6900,7 +6900,9 @@ in {
|
||||
|
||||
pygetwindow = callPackage ../development/python-modules/pygetwindow { };
|
||||
|
||||
pygit2 = callPackage ../development/python-modules/pygit2 { };
|
||||
pygit2 = callPackage ../development/python-modules/pygit2 {
|
||||
libgit2 = pkgs.libgit2_1_3_0;
|
||||
};
|
||||
|
||||
PyGithub = callPackage ../development/python-modules/pyGithub { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user