python312Packages.deepl: 1.20.0 -> 1.21.0

This commit is contained in:
R. Ryantm
2025-01-25 00:18:52 +00:00
parent bafca6cbe1
commit 8cca643e46
@@ -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 ];