Skip to content

Commit

Permalink
python2Packages.pytest: 4.6.8 -> 4.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer authored and FRidh committed May 11, 2020
1 parent 065fd41 commit ac2732e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytest/4.nix
Expand Up @@ -3,12 +3,12 @@
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy
}:
buildPythonPackage rec {
version = "4.6.8";
version = "4.6.9";
pname = "pytest";

src = fetchPypi {
inherit pname version;
sha256 = "6192875be8af57b694b7c4904e909680102befcb99e610ef3d9f786952f795aa";
sha256 = "0fgkmpc31nzy97fxfrkqbzycigdwxwwmninx3qhkzp81migggs0r";
};

checkInputs = [ hypothesis mock ];
Expand Down

0 comments on commit ac2732e

Please sign in to comment.