python312Packages.types-markdown: 3.6.0.20240316 -> 3.7.0.20240822 (#340462)

This commit is contained in:
Fabian Affolter 2024-09-08 13:37:18 +02:00 committed by GitHub
commit 946cce8319
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.6.0.20240316";
version = "3.7.0.20240822";
pyproject = true;
src = fetchPypi {
pname = "types-Markdown";
inherit version;
hash = "sha256-3p+4SGC1W2R7FwyldolfzKYbk0puzcZcMZMsZ5W0QLg=";
hash = "sha256-GDVXyfT4Zb3v2PX5ajgUXDGBknHN4RHTVVfDvSBp540=";
};
nativeBuildInputs = [ setuptools ];