python3Packages.prosemirror: 0.5.1 -> 0.5.2

https://github.com/fellowapp/prosemirror-py/releases/tag/v0.5.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:49 +02:00
parent d62fe02937
commit 6ea71b44ea
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "prosemirror";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-COjCU//frJf2MNgaAz5aQizbjRsF3ypYFXS6aDjqrIU=";
hash = "sha256-cZwqoKQ+B7d07R20dXTiDsiBIYYTyaWa2SnGs8o8Hl8=";
};
build-system = [ setuptools-scm ];