python3Packages.deepl: 1.22.0 -> 1.23.0 (#451804)

This commit is contained in:
Nick Cao
2025-10-14 21:32:32 +00:00
committed by GitHub

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.22.0";
version = "1.23.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-6wlWjlmW3/aiwxjUCiK9Z9P88E8uwrGvmFuNS2zwlrY=";
hash = "sha256-T1TfU014I91osL6sdPyvYDWiJjLkrJSeasryT9riDuM=";
};
nativeBuildInputs = [ poetry-core ];