python312Packages.deepl: 1.18.0 -> 1.19.1 (#342560)

This commit is contained in:
Nick Cao 2024-09-17 15:37:05 -04:00 committed by GitHub
commit eef19c6da2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];