python312Packages.prosemirror: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2024-12-14 22:15:44 +00:00
parent 600b0e250a
commit f10de2cccd
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "prosemirror";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AwhPJHPDuuQW7NlUs7KL0SLTAH9F+E8RzRbsRnHraiI=";
hash = "sha256-COjCU//frJf2MNgaAz5aQizbjRsF3ypYFXS6aDjqrIU=";
};
build-system = [ setuptools-scm ];