python3Packages.rtfunicode: 2.0 -> 2.3
https://github.com/mjpieters/rtfunicode/releases/tag/v2.3 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rtfunicode";
|
||||
version = "2.0";
|
||||
version = "2.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mjpieters";
|
||||
repo = "rtfunicode";
|
||||
tag = version;
|
||||
hash = "sha256-mo3kuuK1epcH0Iyi9GYpZOYsUI4etWheyEPdw/S3tJE=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dmPpMplCQIJMHhNFzOIjKwEHVio2mjFEbDmq1Y9UJkA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unittestCheckHook ];
|
||||
@@ -26,6 +26,6 @@ buildPythonPackage rec {
|
||||
maintainers = [ lib.maintainers.lucasew ];
|
||||
license = lib.licenses.bsd2;
|
||||
homepage = "https://github.com/mjpieters/rtfunicode";
|
||||
changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${version}";
|
||||
changelog = "https://github.com/mjpieters/rtfunicode/releases/tag/${src.tag}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user