python312Packages.deepl 1.16.1 -> 1.17.0 https://github.com/DeepLcom/deepl-python/releases attrpath: python312Packages.deepl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xs82z3p3kzr81sj7yxmjj65i7ag6bvvg-packages.json.drv building '/nix/store/xs82z3p3kzr81sj7yxmjj65i7ag6bvvg-packages.json.drv'... Going to be running update for following packages: - python3.12-deepl-1.16.1 Press Enter key to continue... Running update for: - python3.12-deepl-1.16.1: UPDATING ... - python3.12-deepl-1.16.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/deepl/default.nix b/pkgs/development/python-modules/deepl/default.nix index ab0e1f01ffdc..4840329d75c9 100644 --- a/pkgs/development/python-modules/deepl/default.nix +++ b/pkgs/development/python-modules/deepl/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "deepl"; - version = "1.16.1"; + version = "1.17.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-s01KhkTJ5ip6nCSs/oCgdxe9Cjsr53tjOhDV1P50jc0="; + hash = "sha256-IwBKgkfXXYAgat7E4pAS5f9UNOmY9yRj4ZP85wSt4cs="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.deepl: 1.16.1 -> 1.17.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287365"