python38Packages.PyGithub: 1.44 -> 1.44.1

This commit is contained in:
R. RyanTM 2019-11-28 23:52:10 -08:00 committed by Jon
parent 43874bc858
commit e11a9b6f0a
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];