python310Packages.markdown: 3.4.3 -> 3.4.4
Diff: https://github.com/Python-Markdown/markdown/compare/refs/tags/3.4.3...3.4.4 Changelog: https://github.com/Python-Markdown/markdown/blob/refs/tags/3.4.4/docs/change_log/index.md
This commit is contained in:
parent
c677ee5cd4
commit
d2a74c5454
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "markdown";
|
||||
version = "3.4.3";
|
||||
version = "3.4.4";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "Python-Markdown";
|
||||
repo = "markdown";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-o2MDsrSkR0fMA5I8AoQcJrpwNGO5lXJn8O47tQN7U6o=";
|
||||
hash = "sha256-5PIIhbJVsotGwZ3BQ4x0I7WjgnGF3opNrn8J+xZCflg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue