about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-warnings
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-15 12:22:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-10-15 12:22:58 +0000
commit6fca526aa98410df72ca20410b323ac004e21e5c (patch)
tree1b7a7467721c8e5a2c77538dc95e48adc6048e37 /pkgs/development/python-modules/pytest-warnings
parent9e1943edc03c14854295d47001c2b46d7d2472de (diff)
python37Packages.pytest-warnings: 0.3.0 -> 0.3.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-warnings')
-rw-r--r--pkgs/development/python-modules/pytest-warnings/default.nix4
1 files 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 7f9de5b5eca52..600ffbfdc7fc8 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 ];