Merge pull request #227899 from marsam/update-mdit-py-plugins

python310Packages.mdit-py-plugins: 0.3.4 -> 0.3.5
This commit is contained in:
Mario Rodas 2023-04-24 20:32:15 -05:00 committed by GitHub
commit 0abfbc7380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "mdit-py-plugins";
version = "0.3.4";
version = "0.3.5";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "executablebooks";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BvxqMSl8YXD84O6qjDI0VZgZpqL0UL0vYDMKxCc9qtI=";
hash = "sha256-U6Qh/1GklW9ZXBXmjPLuxga0JS/Cyga1iorcMEA+WP8=";
};
nativeBuildInputs = [
@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of core plugins for markdown-it-py";
homepage = "https://github.com/executablebooks/mdit-py-plugins";
changelog = "https://github.com/executablebooks/mdit-py-plugins/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ AluisioASG ];
};