Skip to content

Commit

Permalink
python3Packages.prosemirror: 0.5.0 -> 0.5.1 (NixOS#361675)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 31, 2024
2 parents 6bb37ce + 7d23946 commit b131305
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/prosemirror/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ buildPythonPackage rec {

pythonImportsCheck = [ "prosemirror" ];

nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];

meta = {
description = "Python implementation of core ProseMirror modules for collaborative editing";
homepage = "https://pypi.org/project/prosemirror";
changelog = "https://github.com/fellowapp/prosemirror-py/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ onny ];
};
Expand Down

0 comments on commit b131305

Please sign in to comment.