python3Packages.types-markdown: 3.10.2.20260211 -> 3.10.2.20260712

This commit is contained in:
R. Ryantm
2026-07-16 03:05:12 +00:00
parent 8288eae5a4
commit 42e33f8873

View File

@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-markdown";
version = "3.10.2.20260211";
version = "3.10.2.20260712";
pyproject = true;
src = fetchPypi {
pname = "types_markdown";
inherit (finalAttrs) version;
hash = "sha256-ZhZDEPiMEaWMbHBglMb4xTfEGONSXTO3Ynal+9ZrAc4=";
hash = "sha256-Ja6hcoJJDzWraxeod3Gr0vR5GFqv+Oj0oANQQ/AvLFI=";
};
build-system = [ setuptools ];