python3Packages.types-markdown: 3.8.0.20250415 -> 3.8.0.20250708 (#425360)

This commit is contained in:
Nick Cao 2025-07-15 14:15:15 -04:00 committed by GitHub
commit ad337e3636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-markdown";
version = "3.8.0.20250415";
version = "3.8.0.20250708";
pyproject = true;
src = fetchPypi {
pname = "types_markdown";
inherit version;
hash = "sha256-mKsTWH0Rd3adk+VVhtPclwR991vG43zkB0Zm9d1CEro=";
hash = "sha256-KGkCUf6QdX9amc1nHHlQK8LeB67y01/lQRfDsceZgEo=";
};
build-system = [ setuptools ];