python3Packages.deepl: 1.24.0 -> 1.25.0 (#462915)

This commit is contained in:
Nick Cao
2025-11-19 19:50:20 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.24.0";
version = "1.25.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-oPyCqgnSpqY5H1QrorkDS0FfqjhsCaKXwxclNor3ePs=";
hash = "sha256-nFvmNQVug6czSECorez9lixcuFV58hsVwQZD6dd8I4o=";
};
nativeBuildInputs = [ poetry-core ];