Skip to content

Commit

Permalink
python3Packages.pytest-asyncio: 0.10.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer authored and FRidh committed May 11, 2020
1 parent adb485b commit 01006dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytest-asyncio/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, buildPythonPackage, fetchPypi, pytest, isPy3k, isPy35, async_generator }:
buildPythonPackage rec {
pname = "pytest-asyncio";
version = "0.10.0";
version = "0.12.0";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf";
sha256 = "1lpb1q297rly685yl23mni3mmv6vmyx3qsv5ccj1vh8bvkrx4ns7";
};

buildInputs = [ pytest ]
Expand Down

0 comments on commit 01006dc

Please sign in to comment.