python312Packages.deepl: 1.18.0 -> 1.19.1

This commit is contained in:
R. Ryantm 2024-09-17 14:47:44 +00:00
parent dab5a37fb7
commit dc8412781f

View File

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