Merge pull request #237656 from r-ryantm/auto-update/python311Packages.deepl

python311Packages.deepl: 1.14.0 -> 1.15.0
This commit is contained in:
Nick Cao 2023-06-13 19:31:02 -06:00 committed by GitHub
commit 515819f138
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.14.0";
version = "1.15.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-jUHxyx+b1OICJHAs8lh5NVtl+MExyEYM/yfs2qz6fv4=";
hash = "sha256-BRFC4R5d1gxHyEJI41Fi0Az8GqmDG7mQ6Fx/o23OGcE=";
};
nativeBuildInputs = [