python312Packages.types-markdown: 3.7.0.20241204 -> 3.7.0.20250322

This commit is contained in:
R. Ryantm
2025-03-22 10:09:14 +00:00
parent 4f4026f3ee
commit 479120b2ed
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-markdown";
version = "3.7.0.20241204";
version = "3.7.0.20250322";
pyproject = true;
src = fetchPypi {
pname = "types_markdown";
inherit version;
hash = "sha256-7MorJc0jFj/SjtW6NNGD1zHaA+il7Togtg2t7TBMVBA=";
hash = "sha256-pI7YLfy2lUWSoQ8QRonS1E35ElzlGzzuIOAZilIW1Vw=";
};
build-system = [ setuptools ];