mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: async_generator: 1.9 -> 1.10
This commit is contained in:
parent
abf0cf692f
commit
cc55de08cd
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "async_generator";
|
pname = "async_generator";
|
||||||
version = "1.9";
|
version = "1.10";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b7d5465c6174fe86dba498ececb175f93a6097ffb7cc91946405e1f05b848371";
|
sha256 = "6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytest-asyncio ];
|
checkInputs = [ pytest pytest-asyncio ];
|
||||||
|
Loading…
Reference in New Issue
Block a user