Skip to content

Commit

Permalink
python: pytest: 5.4.2 -> 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 392cd94 commit 7869150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytest/default.nix
Expand Up @@ -19,7 +19,7 @@
}:

buildPythonPackage rec {
version = "5.4.2";
version = "5.4.3";
pname = "pytest";

disabled = !isPy3k;
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698";
sha256 = "7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8";
};

checkInputs = [ hypothesis pygments ];
Expand Down

0 comments on commit 7869150

Please sign in to comment.