Unverified Commit 515819f1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.deepl: 1.14.0 -> 1.15.0
parents 2b82e38e fb942419
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [