python312Packages.markdown: 3.6 -> 3.7
Diff: https://github.com/Python-Markdown/markdown/compare/refs/tags/3.6...3.7 Changelog: https://github.com/Python-Markdown/markdown/blob/refs/tags/3.7/docs/changelog.md
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "markdown";
|
||||
version = "3.6";
|
||||
version = "3.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "Python-Markdown";
|
||||
repo = "markdown";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-jGo9/ZS2EhMDl/o1ref7Owqckuc7am578Ojmcz2aWIE=";
|
||||
hash = "sha256-bIBen693MC56k4LZ+8vhbvP+E3myFXoaXpNHOlnIdG8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user