python312Packages.marko: 2.1.2 -> 2.1.3 (#398064)

authored by Pol Dellaiera and committed by GitHub 90398f23 92fdead6

+3 -3
+3 -3
pkgs/development/python-modules/marko/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "marko"; 14 - version = "2.1.2"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "frostming"; 19 repo = "marko"; 20 tag = "v${version}"; 21 - hash = "sha256-KqdBYmlVs00atXy7MSsriRBnL7w13io2oFZ0IyJ2Om4="; 22 }; 23 24 build-system = [ ··· 49 ++ optional-dependencies.codehilite; 50 51 meta = { 52 - changelog = "https://github.com/frostming/marko/blob/${src.rev}/CHANGELOG.md"; 53 description = "Markdown parser with high extensibility"; 54 homepage = "https://github.com/frostming/marko"; 55 license = lib.licenses.mit;
··· 11 12 buildPythonPackage rec { 13 pname = "marko"; 14 + version = "2.1.3"; 15 pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "frostming"; 19 repo = "marko"; 20 tag = "v${version}"; 21 + hash = "sha256-rYWBVcDUH0vNPDxSIwiRSWFfPZ7ahe4Z+Sl96tNMDN8="; 22 }; 23 24 build-system = [ ··· 49 ++ optional-dependencies.codehilite; 50 51 meta = { 52 + changelog = "https://github.com/frostming/marko/blob/${src.tag}/CHANGELOG.md"; 53 description = "Markdown parser with high extensibility"; 54 homepage = "https://github.com/frostming/marko"; 55 license = lib.licenses.mit;