python3Packages.PyGithub: 1.54.1 -> 1.55
This commit is contained in:
parent
61a31ad3d6
commit
accee089d9
@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyGithub";
|
pname = "PyGithub";
|
||||||
version = "1.54.1";
|
version = "1.55";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PyGithub";
|
owner = "PyGithub";
|
||||||
repo = "PyGithub";
|
repo = "PyGithub";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1nl74bp5ikdnrc8xq0qr25ryl1mvarf0xi43k8w5jzlrllhq0nkq";
|
sha256 = "sha256-PuGCBFSbM91NtSzuyf0EQUr3LiuHDq90OwkSf53rSyA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ httpretty parameterized pytestCheckHook ];
|
checkInputs = [ httpretty parameterized pytestCheckHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user