Loading pkgs/development/python-modules/justext/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "justext"; version = "3.0.1"; version = "3.0.2"; format = "setuptools"; src = fetchFromGitHub { owner = "miso-belica"; repo = "jusText"; tag = "v${version}"; hash = "sha256-9i7hzCK/ijh8xw9l2ZbVhVj5IBf0WD/49/R1tSWgqrQ="; hash = "sha256-/7wp41jz/5nUFqZNg4O7yF2+eE+awAEXp6dhD+Loc0U="; }; propagatedBuildInputs = [ Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Heuristic based boilerplate removal tool"; homepage = "https://github.com/miso-belica/jusText"; changelog = "https://github.com/miso-belica/jusText/blob/v${version}/CHANGELOG.rst"; changelog = "https://github.com/miso-belica/jusText/blob/${src.tag}/CHANGELOG.rst"; license = licenses.bsd2; maintainers = with maintainers; [ jokatzke ]; }; Loading Loading
pkgs/development/python-modules/justext/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "justext"; version = "3.0.1"; version = "3.0.2"; format = "setuptools"; src = fetchFromGitHub { owner = "miso-belica"; repo = "jusText"; tag = "v${version}"; hash = "sha256-9i7hzCK/ijh8xw9l2ZbVhVj5IBf0WD/49/R1tSWgqrQ="; hash = "sha256-/7wp41jz/5nUFqZNg4O7yF2+eE+awAEXp6dhD+Loc0U="; }; propagatedBuildInputs = [ Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Heuristic based boilerplate removal tool"; homepage = "https://github.com/miso-belica/jusText"; changelog = "https://github.com/miso-belica/jusText/blob/v${version}/CHANGELOG.rst"; changelog = "https://github.com/miso-belica/jusText/blob/${src.tag}/CHANGELOG.rst"; license = licenses.bsd2; maintainers = with maintainers; [ jokatzke ]; }; Loading