python312Packages.draftjs-exporter: 5.0.0 -> 5.1.0 (#384986)
This commit is contained in:
commit
878ca1380b
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "draftjs-exporter";
|
pname = "draftjs-exporter";
|
||||||
version = "5.0.0";
|
version = "5.1.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "draftjs_exporter";
|
repo = "draftjs_exporter";
|
||||||
owner = "springload";
|
owner = "springload";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
sha256 = "sha256-4MmCVRx350p6N9XqTZSo8ROI/OJ0s4aKSYH9+Oxgvf4=";
|
sha256 = "sha256-AR8CK75UdtEThE68WSE6DFSqryI509GTW1fBl1SL29w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
optional-dependencies = {
|
optional-dependencies = {
|
||||||
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library to convert Draft.js ContentState to HTML";
|
description = "Library to convert Draft.js ContentState to HTML";
|
||||||
homepage = "https://github.com/springload/draftjs_exporter";
|
homepage = "https://github.com/springload/draftjs_exporter";
|
||||||
changelog = "https://github.com/springload/draftjs_exporter/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/springload/draftjs_exporter/blob/${src.tag}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sephi ];
|
maintainers = with maintainers; [ sephi ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user