arxiv-latex-cleaner: 1.0.3 -> 1.0.4
This commit is contained in:
parent
ed8b568db3
commit
fceccfb14b
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "arxiv-latex-cleaner";
|
pname = "arxiv-latex-cleaner";
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google-research";
|
owner = "google-research";
|
||||||
repo = "arxiv-latex-cleaner";
|
repo = "arxiv-latex-cleaner";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-kM1eCzXipJ6GuYFA9Na2C0HtwHLotmE63nyUZ+9wkkk=";
|
hash = "sha256-Dr0GyivoPjQwVYzvN1JIWhuLz60TQtz4MBB8n1hm6Lo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue