python3Packages.pytest-doctestplus: 1.4.0 -> 1.7.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:06 +01:00
parent 05284bfb9b
commit d2867b6830
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytest-doctestplus";
version = "1.4.0";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "scientific-python";
repo = "pytest-doctestplus";
tag = "v${version}";
hash = "sha256-hKxTniN7BHDdIHqxNGOuvD7Rk5ChSh1Zn6fo6G+Uty4=";
hash = "sha256-64I0K0+yYU1omGkVgfxeD9r9s9yHp0ik1HAsEc1NNtA=";
};
postPatch = ''