mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.nest_asyncio: 1.5.5 -> 1.5.6
This commit is contained in:
parent
4c58c9fd41
commit
9732403d4a
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.5.5";
|
version = "1.5.6";
|
||||||
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 = "sha256-5EIpHNlCaYvmGYI6F6hqV1nqvh+GEwhHkN4Yn+nhbWU=";
|
sha256 = "sha256-0mfMH/eUQD999pKWTR0qP6lBj/6io/aFmkOf9IL+8pA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests not packaged with source dist as of 1.3.2/1.3.2, and
|
# tests not packaged with source dist as of 1.3.2/1.3.2, and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue