python3Packages.markdown: 3.9.0 -> 3.10.0
Diff: https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.0 Changelog: https://github.com/Python-Markdown/markdown/blob/3.10.0/docs/changelog.md
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "markdown";
|
||||
version = "3.9.0";
|
||||
version = "3.10.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Python-Markdown";
|
||||
repo = "markdown";
|
||||
tag = version;
|
||||
hash = "sha256-wrDS7ajP031YKejD9Y83xg5bMl8ihBMSVZGov+1Y7Kg=";
|
||||
hash = "sha256-GqYmlSNCJ8qLz4uJBJJAkiMwa+Q96f1S0jPuHrHwqpE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user