python3Packages.rtfde: 0.1.2 -> 0.1.2.1
This commit is contained in:
parent
24ea8a988d
commit
a4c0b50672
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rtfde";
|
||||
version = "0.1.2";
|
||||
version = "0.1.2.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "seamustuohy";
|
||||
repo = "RTFDE";
|
||||
tag = version;
|
||||
hash = "sha256-zmcf9wqlKz55dOIchUC9sgW0PcTCPc52IkbIonOFlmU=";
|
||||
hash = "sha256-dtPWgtOYpGaNRmIE7WNGJd/GWB2hQXsFJDDSHIcIjY4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/seamustuohy/RTFDE/releases/tag/${version}";
|
||||
changelog = "https://github.com/seamustuohy/RTFDE/releases/tag/${src.tag}";
|
||||
description = "Library for extracting encapsulated HTML and plain text content from the RTF bodies";
|
||||
homepage = "https://github.com/seamustuohy/RTFDE";
|
||||
license = lib.licenses.lgpl3Only;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user