python311Packages.deepl: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm
2024-02-09 03:56:21 +00:00
parent 4441de75cb
commit d8219178da
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.16.1";
version = "1.17.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-s01KhkTJ5ip6nCSs/oCgdxe9Cjsr53tjOhDV1P50jc0=";
hash = "sha256-IwBKgkfXXYAgat7E4pAS5f9UNOmY9yRj4ZP85wSt4cs=";
};
nativeBuildInputs = [