From 7df93e3e1cb7c774d9ba97d92730c70d0e6135eb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 2 Jun 2022 08:26:51 +0000 Subject: [PATCH] python310Packages.pytest-testmon: 1.3.1 -> 1.3.3 --- pkgs/development/python-modules/pytest-testmon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-testmon/default.nix b/pkgs/development/python-modules/pytest-testmon/default.nix index 0f8d09e597d2..667927bfe105 100644 --- a/pkgs/development/python-modules/pytest-testmon/default.nix +++ b/pkgs/development/python-modules/pytest-testmon/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "pytest-testmon"; - version = "1.3.1"; + version = "1.3.3"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-6gWWCtm/GHknhjLyRdVf42koeaSKzk5/V0173DELmj0="; + sha256 = "sha256-Csg5wIm9+ZdAQYdZozlx09rMaVz3GazeS5Z/f4jRECw="; }; propagatedBuildInputs = [ pytest coverage ];