summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2021-07-03 23:38:18 +0200
committerRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2021-07-03 23:38:18 +0200
commit77a197f54a1e6e2c2024b8a3a6c601238dce6d22 (patch)
tree4a8d15de3d48b40cccf46568ea848d542bdcda1d /pkgs
parent01405e44918d72edd4d1126d9f1f1ab0c7543ca0 (diff)
downloadnixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.tar
nixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.tar.gz
nixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.tar.bz2
nixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.tar.lz
nixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.tar.xz
nixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.tar.zst
nixpkgs-77a197f54a1e6e2c2024b8a3a6c601238dce6d22.zip
python3Packages.pytest-rerunfailures: 9.1.1 -> 10.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-rerunfailures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-rerunfailures/default.nix b/pkgs/development/python-modules/pytest-rerunfailures/default.nix
index b0b0e2372f4..a643e7dc5a5 100644
--- a/pkgs/development/python-modules/pytest-rerunfailures/default.nix
+++ b/pkgs/development/python-modules/pytest-rerunfailures/default.nix
@@ -2,13 +2,13 @@
 
 buildPythonPackage rec {
   pname = "pytest-rerunfailures";
-  version = "9.1.1";
+  version = "10.1";
 
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1cb11a17fc121b3918414eb5eaf314ee325f2e693ac7cb3f6abf7560790827f2";
+    sha256 = "7617c06de13ee6dd2df9add7e275bfb2bcebbaaf3e450f5937cd0200df824273";
   };
 
   buildInputs = [ pytest ];