mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
python27Packages.PyGithub: 1.44.1 -> 1.45
This commit is contained in:
parent
bd7bfcfb54
commit
34bc3394ae
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyGithub";
|
pname = "PyGithub";
|
||||||
version = "1.44.1";
|
version = "1.45";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PyGithub";
|
owner = "PyGithub";
|
||||||
repo = "PyGithub";
|
repo = "PyGithub";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16ngnnm7xj9bd97pvyddag17dx28c5wi0gjx4ws8c8nrmf5w3iqk";
|
sha256 = "1aiyqwdxpcr7yzz7aqmmjn1g2ajs5bpbln4sax5zw19dqi6qgp9z";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];
|
propagatedBuildInputs = [ python-jose pyjwt requests deprecated httpretty ];
|
||||||
|
Loading…
Reference in New Issue
Block a user