python312Packages.deepl: 1.19.1 -> 1.20.0

This commit is contained in:
R. Ryantm 2024-11-16 09:13:19 +00:00
parent e23fa8bc2c
commit 2c8deaa7d7

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.19.1";
version = "1.20.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-ufsikWgcQsc/ex/LP5P5fVN3IvfAD9ZOPatwGM+bsqY=";
hash = "sha256-Lq5G2PAnmwC85GhuwBi7V1egrQzANmFu8ArRL5dYlVs=";
};
nativeBuildInputs = [ poetry-core ];