diff --git a/pkgs/by-name/ar/arxiv-latex-cleaner/package.nix b/pkgs/by-name/ar/arxiv-latex-cleaner/package.nix index e0118a35190f..58455588ff16 100644 --- a/pkgs/by-name/ar/arxiv-latex-cleaner/package.nix +++ b/pkgs/by-name/ar/arxiv-latex-cleaner/package.nix @@ -6,14 +6,14 @@ }: python3Packages.buildPythonApplication (finalAttrs: { pname = "arxiv-latex-cleaner"; - version = "1.0.8"; + version = "1.0.11"; pyproject = true; src = fetchFromGitHub { owner = "google-research"; repo = "arxiv-latex-cleaner"; tag = "v${finalAttrs.version}"; - hash = "sha256-CQb1u1j+/px+vNqA3iXZ2oe6/0ZWeMjWrUQL9elRDEI="; + hash = "sha256-Q3vNGF9uOForLawJtp424Tv3MaVfUSqk4orv9gojm3M="; }; build-system = with python3Packages; [