python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416)

This commit is contained in:
Nick Cao
2024-11-16 09:59:10 -05:00
committed by GitHub
@@ -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 ];