Merge pull request #320430 from r-ryantm/auto-update/arxiv-latex-cleaner

arxiv-latex-cleaner: 1.0.5 -> 1.0.6
This commit is contained in:
Nick Cao 2024-06-17 16:37:00 -04:00 committed by GitHub
commit 2f8fa4a891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "arxiv-latex-cleaner";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "google-research";
repo = "arxiv-latex-cleaner";
rev = "refs/tags/v${version}";
hash = "sha256-Yxp8XtlISVZfEjCEJ/EXsIGMCHDPOwPcjkJxECeXvYk=";
hash = "sha256-S/r5riFIsRG+5za+4kVvUXOLIJ3ELCDWlSpYeSuNs+s=";
};
propagatedBuildInputs = with python3Packages; [