python3Packages.types-markdown: 3.10.0.20251106 -> 3.10.2.20260211

This commit is contained in:
R. Ryantm
2026-02-13 09:06:29 +00:00
parent b58b6cc8d8
commit c4bb340e16
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-markdown";
version = "3.10.0.20251106";
version = "3.10.2.20260211";
pyproject = true;
src = fetchPypi {
pname = "types_markdown";
inherit version;
hash = "sha256-EoNvf8vXIh24uusNOi+CC5UFDQgkv6lmXGe00UShr6E=";
hash = "sha256-ZhZDEPiMEaWMbHBglMb4xTfEGONSXTO3Ynal+9ZrAc4=";
};
build-system = [ setuptools ];