Merge pull request #271253 from r-ryantm/auto-update/python310Packages.deepl

python310Packages.deepl: 1.15.0 -> 1.16.1
This commit is contained in:
Emily Trau 2023-12-01 23:14:05 +11:00 committed by GitHub
commit 77da99a144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "deepl";
version = "1.15.0";
version = "1.16.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-BRFC4R5d1gxHyEJI41Fi0Az8GqmDG7mQ6Fx/o23OGcE=";
hash = "sha256-s01KhkTJ5ip6nCSs/oCgdxe9Cjsr53tjOhDV1P50jc0=";
};
nativeBuildInputs = [