python312Packages.marko: 2.1.2 -> 2.1.3 (#398064)
This commit is contained in:
@@ -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 = [
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user