python3Packages.rtfunicode: 1.4 -> 2.0 (#437314)
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rtfunicode";
|
||||
version = "1.4";
|
||||
version = "2.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mjpieters";
|
||||
repo = "rtfunicode";
|
||||
tag = version;
|
||||
hash = "sha256-5lmiazxiEENpdqzVgoKQoG2OW/w5nGmC8odulo2XaLo=";
|
||||
hash = "sha256-mo3kuuK1epcH0Iyi9GYpZOYsUI4etWheyEPdw/S3tJE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unittestCheckHook ];
|
||||
|
||||
Reference in New Issue
Block a user