python312Packages.pytest-doctestplus: 1.2.0 -> 1.2.1

This commit is contained in:
Martin Weinelt 2024-03-26 01:10:36 +01:00
parent a184e83452
commit 44ee4bbc60
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytest-doctestplus";
version = "1.2.0";
version = "1.2.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xa12Oi+uXu5bZ4jPVedU1AQOxJsOIoj8ncmgFe+buTI=";
hash = "sha256-JHKoosjOo00vZfZJlUP663SO7LWcWXhS/ZiDm0cwdnk=";
};
postPatch = ''