tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dinghy: 1.3.3 -> 1.4.1
R. Ryantm
1 year ago
802f25c0
2bf02093
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dinghy
default.nix
+3
-3
pkgs/development/python-modules/dinghy/default.nix
reviewed
···
19
19
20
20
buildPythonPackage rec {
21
21
pname = "dinghy";
22
22
-
version = "1.3.3";
22
22
+
version = "1.4.1";
23
23
pyproject = true;
24
24
25
25
disabled = pythonOlder "3.8";
···
28
28
owner = "nedbat";
29
29
repo = pname;
30
30
tag = version;
31
31
-
hash = "sha256-fn8SRzhFJyyr2Wr9/cp8Sm6kbVARq2LEeKSE0HU9V74=";
31
31
+
hash = "sha256-51BXQdDxlI6+3ctDSa/6tyRXBb1E9BVej9qy7WtkOGM=";
32
32
};
33
33
34
34
nativeBuildInputs = [ setuptools ];
···
56
56
description = "GitHub activity digest tool";
57
57
mainProgram = "dinghy";
58
58
homepage = "https://github.com/nedbat/dinghy";
59
59
-
changelog = "https://github.com/nedbat/dinghy/blob/${version}/CHANGELOG.rst";
59
59
+
changelog = "https://github.com/nedbat/dinghy/blob/${src.tag}/CHANGELOG.rst";
60
60
license = licenses.asl20;
61
61
maintainers = with maintainers; [
62
62
trundle