File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/marko Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments