python3Packages.deepl: 1.21.1 -> 1.22.0

This commit is contained in:
R. Ryantm
2025-05-03 03:03:00 +00:00
parent 429c338e15
commit 3f8fd75a6e
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.21.1";
version = "1.22.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-unGvE6BU1aPNj3TTRsHA67XpVriTT+uTRZ7qwN8Ie1Q=";
hash = "sha256-6wlWjlmW3/aiwxjUCiK9Z9P88E8uwrGvmFuNS2zwlrY=";
};
nativeBuildInputs = [ poetry-core ];