python312Packages.marko: 2.1.2 -> 2.1.3 (#398064)
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "marko";
|
pname = "marko";
|
||||||
version = "2.1.2";
|
version = "2.1.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "frostming";
|
owner = "frostming";
|
||||||
repo = "marko";
|
repo = "marko";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-KqdBYmlVs00atXy7MSsriRBnL7w13io2oFZ0IyJ2Om4=";
|
hash = "sha256-rYWBVcDUH0vNPDxSIwiRSWFfPZ7ahe4Z+Sl96tNMDN8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
|||||||
++ optional-dependencies.codehilite;
|
++ optional-dependencies.codehilite;
|
||||||
|
|
||||||
meta = {
|
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";
|
description = "Markdown parser with high extensibility";
|
||||||
homepage = "https://github.com/frostming/marko";
|
homepage = "https://github.com/frostming/marko";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
|||||||
Reference in New Issue
Block a user