python311Packages.deepl: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-04-26 19:29:58 +00:00
parent 1d67e14da5
commit b67f075860
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.17.0";
version = "1.18.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-IwBKgkfXXYAgat7E4pAS5f9UNOmY9yRj4ZP85wSt4cs=";
hash = "sha256-WuQXY5OUQe28p2QP00QoDL7kfUkGQc41IGkQqLAed44=";
};
nativeBuildInputs = [