Merge pull request #152174 from r-ryantm/auto-update/python3.8-pytest-doctestplus

python38Packages.pytest-doctestplus: 0.11.1 -> 0.11.2
This commit is contained in:
Jörg Thalheim 2021-12-28 07:32:49 +00:00 committed by GitHub
commit 495e616ebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-doctestplus";
version = "0.11.1";
version = "0.11.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "b7a0aeb79b85ee81a3c72c49019b4bfeb57fa920abaa6c17ba8be3be9c5290f1";
sha256 = "f393adf659709a5f111d6ca190871c61808a6f3611bd0a132e27e93b24dd3448";
};
nativeBuildInputs = [