Merge pull request #229167 from fabaff/deepl-bump

python310Packages.deepl: 1.13.0 -> 1.14.0
This commit is contained in:
Fabian Affolter
2023-05-01 00:29:31 +02:00
committed by GitHub
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.13.0";
version = "1.14.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Rq7L/rgfJJ3ZspuL1IfZv+x60t8cZRPkrVryJf12WLk=";
hash = "sha256-jUHxyx+b1OICJHAs8lh5NVtl+MExyEYM/yfs2qz6fv4=";
};
nativeBuildInputs = [
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A language translation API that allows other computer programs to send texts and documents to DeepL's servers and receive high-quality translations";
homepage = "https://github.com/DeepLcom/deepl-python";
changelog = "https://github.com/DeepLcom/deepl-python/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ MaskedBelgian ];
};