mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-01 05:19:17 +03:00
python: gidgethub: 3.2.0 -> 4.1.1
This commit is contained in:
parent
a7331f956a
commit
97da334c86
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gidgethub";
|
pname = "gidgethub";
|
||||||
version = "3.2.0";
|
version = "4.1.1";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8f4b69063a256994d38243cc0eba4e1453017b5b8b04a173216d02d47ffc3989";
|
sha256 = "cfabfa696d422ee91eaf1e3f01ea75e576721233cc3ea8badc7d86c30061df8e";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools pytestrunner ];
|
nativeBuildInputs = [ setuptools pytestrunner ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue