nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.justext: 3.0.1 -> 3.0.2

+3 -3
+3 -3
pkgs/development/python-modules/justext/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "justext"; 13 - version = "3.0.1"; 13 + version = "3.0.2"; 14 14 format = "setuptools"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "miso-belica"; 18 18 repo = "jusText"; 19 19 tag = "v${version}"; 20 - hash = "sha256-9i7hzCK/ijh8xw9l2ZbVhVj5IBf0WD/49/R1tSWgqrQ="; 20 + hash = "sha256-/7wp41jz/5nUFqZNg4O7yF2+eE+awAEXp6dhD+Loc0U="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [ ··· 35 35 meta = with lib; { 36 36 description = "Heuristic based boilerplate removal tool"; 37 37 homepage = "https://github.com/miso-belica/jusText"; 38 - changelog = "https://github.com/miso-belica/jusText/blob/v${version}/CHANGELOG.rst"; 38 + changelog = "https://github.com/miso-belica/jusText/blob/${src.tag}/CHANGELOG.rst"; 39 39 license = licenses.bsd2; 40 40 maintainers = with maintainers; [ jokatzke ]; 41 41 };