From 6fca526aa98410df72ca20410b323ac004e21e5c Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 15 Oct 2020 12:22:58 +0000 Subject: [PATCH] python37Packages.pytest-warnings: 0.3.0 -> 0.3.1 --- pkgs/development/python-modules/pytest-warnings/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-warnings/default.nix b/pkgs/development/python-modules/pytest-warnings/default.nix index 7f9de5b5eca..600ffbfdc7f 100644 --- a/pkgs/development/python-modules/pytest-warnings/default.nix +++ b/pkgs/development/python-modules/pytest-warnings/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "pytest-warnings"; - version = "0.3.0"; + version = "0.3.1"; src = fetchPypi { inherit pname version; - sha256 = "18yxh153icmndaw8fkl1va0bk0mwzrbpaa6wxd29w3iwxym5zn2a"; + sha256 = "5939f76fe04ad18297e53af0c9fb38aca1ec74db807bd40ad72733603adbbc7d"; }; propagatedBuildInputs = [ pytest ];