mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
python: nest_asyncio: 0.9.10 -> 1.0.0
This commit is contained in:
parent
773e1c3e58
commit
7d0a9da164
@ -5,13 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.9.10";
|
version = "1.0.0";
|
||||||
pname = "nest_asyncio";
|
pname = "nest_asyncio";
|
||||||
disabled = !(pythonAtLeast "3.5");
|
disabled = !(pythonAtLeast "3.5");
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d952e21f4333166d79423db2eda6d772be7b30134381ee055d5177be0db68a57";
|
sha256 = "bd1cb7df2ea979e57d8ad02493ad85f9afbf1fcea3dfe34239da8c0dda98087e";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user