summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-doctestplus
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 10:28:24 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:15 +0200
commitab2f4426274fa58b0911727418447b3c4ae383fc (patch)
tree6490b8eda649a0f6919f7d64e68441346d1e5ecd /pkgs/development/python-modules/pytest-doctestplus
parentcfc6d8051e5016b12556641e06510a60f0d7e390 (diff)
downloadnixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.tar
nixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.tar.gz
nixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.tar.bz2
nixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.tar.lz
nixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.tar.xz
nixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.tar.zst
nixpkgs-ab2f4426274fa58b0911727418447b3c4ae383fc.zip
python3Packages.pytest-doctestplus: 0.8.0 -> 0.9.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-doctestplus')
-rw-r--r--pkgs/development/python-modules/pytest-doctestplus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-doctestplus/default.nix b/pkgs/development/python-modules/pytest-doctestplus/default.nix
index bf8dc9f8dfc..335846fc342 100644
--- a/pkgs/development/python-modules/pytest-doctestplus/default.nix
+++ b/pkgs/development/python-modules/pytest-doctestplus/default.nix
@@ -9,12 +9,12 @@
 
 buildPythonPackage rec {
   pname = "pytest-doctestplus";
-  version = "0.8.0";
+  version = "0.9.0";
   disabled = isPy27; # abandoned upstream
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "fb083925a17ce636f33997c275f61123e63372c1db11fefac1e991ed25a4ca37";
+    sha256 = "6fe747418461d7b202824a3486ba8f4fa17a9bd0b1eddc743ba1d6d87f03391a";
   };
 
   buildInputs = [ pytest ];