python312Packages.types-markdown: 3.7.0.20250322 -> 3.8.0.20250415

This commit is contained in:
R. Ryantm
2025-04-21 17:38:28 +00:00
parent 78e2cd1a15
commit 0695c66dfb
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-markdown";
version = "3.7.0.20250322";
version = "3.8.0.20250415";
pyproject = true;
src = fetchPypi {
pname = "types_markdown";
inherit version;
hash = "sha256-pI7YLfy2lUWSoQ8QRonS1E35ElzlGzzuIOAZilIW1Vw=";
hash = "sha256-mKsTWH0Rd3adk+VVhtPclwR991vG43zkB0Zm9d1CEro=";
};
build-system = [ setuptools ];