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:
parent
c300055e11
commit
16af91590d
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyGithub";
|
pname = "PyGithub";
|
||||||
version = "1.43.8";
|
version = "1.44";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PyGithub";
|
owner = "PyGithub";
|
||||||
repo = "PyGithub";
|
repo = "PyGithub";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1625v558xga5mwhl9jqmibywy5qafmg1vqrirqz6zfq1la1d22mw";
|
sha256 = "067iyarllgdp40bzjxskzrixvmz350yj1qf8wvbddka504bcbh9r";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];
|
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];
|
||||||
|
Loading…
Reference in New Issue
Block a user