python3Packages.deepl: 1.22.0 -> 1.23.0

This commit is contained in:
R. Ryantm
2025-10-13 21:56:19 +00:00
parent 99feb07217
commit 069f1b5213

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