python312Packages.deepl: 1.20.0 -> 1.21.0 (#376552)

This commit is contained in:
Nick Cao
2025-01-25 09:41:12 -05:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.20.0";
version = "1.21.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Lq5G2PAnmwC85GhuwBi7V1egrQzANmFu8ArRL5dYlVs=";
hash = "sha256-+udougyvv8x94/zsWOLq/UXQyRffk4X5veISaWjDWp4=";
};
nativeBuildInputs = [ poetry-core ];