tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.justext: 3.0.1 -> 3.0.2
R. Ryantm
1 year ago
d17e7f59
50899430
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
justext
default.nix
+3
-3
pkgs/development/python-modules/justext/default.nix
reviewed
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "justext";
13
13
-
version = "3.0.1";
13
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
20
-
hash = "sha256-9i7hzCK/ijh8xw9l2ZbVhVj5IBf0WD/49/R1tSWgqrQ=";
20
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
38
-
changelog = "https://github.com/miso-belica/jusText/blob/v${version}/CHANGELOG.rst";
38
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
};