python37Packages.PyGithub: 1.43.8 -> 1.44

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pygithub/versions
This commit is contained in:
R. RyanTM 2019-10-23 10:58:17 -07:00 committed by Jon
parent c300055e11
commit 16af91590d

View file

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "PyGithub";
version = "1.43.8";
version = "1.44";
src = fetchFromGitHub {
owner = "PyGithub";
repo = "PyGithub";
rev = "v${version}";
sha256 = "1625v558xga5mwhl9jqmibywy5qafmg1vqrirqz6zfq1la1d22mw";
sha256 = "067iyarllgdp40bzjxskzrixvmz350yj1qf8wvbddka504bcbh9r";
};
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];