python38Packages.PyGithub: 1.44 -> 1.44.1
This commit is contained in:
parent
43874bc858
commit
e11a9b6f0a
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyGithub";
|
pname = "PyGithub";
|
||||||
version = "1.44";
|
version = "1.44.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PyGithub";
|
owner = "PyGithub";
|
||||||
repo = "PyGithub";
|
repo = "PyGithub";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "067iyarllgdp40bzjxskzrixvmz350yj1qf8wvbddka504bcbh9r";
|
sha256 = "16ngnnm7xj9bd97pvyddag17dx28c5wi0gjx4ws8c8nrmf5w3iqk";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];
|
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];
|
||||||
|
|
Loading…
Reference in New Issue