Skip to content

Commit d56986f

Browse files
committed
python312Packages.marko: 2.1.2 -> 2.1.3
1 parent e58dd8c commit d56986f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/marko/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "marko";
14-
version = "2.1.2";
14+
version = "2.1.3";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "frostming";
1919
repo = "marko";
2020
tag = "v${version}";
21-
hash = "sha256-KqdBYmlVs00atXy7MSsriRBnL7w13io2oFZ0IyJ2Om4=";
21+
hash = "sha256-rYWBVcDUH0vNPDxSIwiRSWFfPZ7ahe4Z+Sl96tNMDN8=";
2222
};
2323

2424
build-system = [
@@ -49,7 +49,7 @@ buildPythonPackage rec {
4949
++ optional-dependencies.codehilite;
5050

5151
meta = {
52-
changelog = "https://github.com/frostming/marko/blob/${src.rev}/CHANGELOG.md";
52+
changelog = "https://github.com/frostming/marko/blob/${src.tag}/CHANGELOG.md";
5353
description = "Markdown parser with high extensibility";
5454
homepage = "https://github.com/frostming/marko";
5555
license = lib.licenses.mit;

0 commit comments

Comments
 (0)