Loading pkgs/development/python-modules/marko/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "marko"; version = "2.1.2"; version = "2.1.3"; pyproject = true; src = fetchFromGitHub { owner = "frostming"; repo = "marko"; tag = "v${version}"; hash = "sha256-KqdBYmlVs00atXy7MSsriRBnL7w13io2oFZ0IyJ2Om4="; hash = "sha256-rYWBVcDUH0vNPDxSIwiRSWFfPZ7ahe4Z+Sl96tNMDN8="; }; build-system = [ Loading Loading @@ -49,7 +49,7 @@ buildPythonPackage rec { ++ optional-dependencies.codehilite; meta = { changelog = "https://github.com/frostming/marko/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/frostming/marko/blob/${src.tag}/CHANGELOG.md"; description = "Markdown parser with high extensibility"; homepage = "https://github.com/frostming/marko"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/marko/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "marko"; version = "2.1.2"; version = "2.1.3"; pyproject = true; src = fetchFromGitHub { owner = "frostming"; repo = "marko"; tag = "v${version}"; hash = "sha256-KqdBYmlVs00atXy7MSsriRBnL7w13io2oFZ0IyJ2Om4="; hash = "sha256-rYWBVcDUH0vNPDxSIwiRSWFfPZ7ahe4Z+Sl96tNMDN8="; }; build-system = [ Loading Loading @@ -49,7 +49,7 @@ buildPythonPackage rec { ++ optional-dependencies.codehilite; meta = { changelog = "https://github.com/frostming/marko/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/frostming/marko/blob/${src.tag}/CHANGELOG.md"; description = "Markdown parser with high extensibility"; homepage = "https://github.com/frostming/marko"; license = lib.licenses.mit; Loading