Skip to content

Commit

Permalink
python37Packages.nest-asyncio: 1.2.2 -> 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Feb 13, 2020
1 parent 08a304f commit c7dab2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/nest-asyncio/default.nix
Expand Up @@ -5,16 +5,16 @@
}:

buildPythonPackage rec {
version = "1.2.2";
version = "1.2.3";
pname = "nest_asyncio";
disabled = !(pythonAtLeast "3.5");

src = fetchPypi {
inherit pname version;
sha256 = "06hw495yqg60j738jp3qaxryhyrs36lpgmblf1sm2m2c3mgm92p5";
sha256 = "0fznrg32rk6fmvpfdxwwhadh526gdjivmdifg2hiciil2gr8n1s3";
};

# tests not packaged with source dist as of 1.2.2/1.2.2, and
# tests not packaged with source dist as of 1.2.3/1.2.3, and
# can't check tests out of GitHub easily without specific commit IDs (no tagged releases)
doCheck = false;
pythonImportsCheck = [ "nest_asyncio" ];
Expand Down

0 comments on commit c7dab2a

Please sign in to comment.