+3
-2
pkgs/development/python-modules/zcc-helper/default.nix
+3
-2
pkgs/development/python-modules/zcc-helper/default.nix
···
8
8
9
9
buildPythonPackage rec {
10
10
pname = "zcc-helper";
11
-
version = "3.6";
11
+
version = "3.7";
12
12
pyproject = true;
13
13
14
14
src = fetchFromBitbucket {
15
15
owner = "mark_hannon";
16
16
repo = "zcc";
17
17
rev = "release_${version}";
18
-
hash = "sha256-93zSEGr5y00+heuG0hTME+BkLQBUmHnXXMH12ktMtM4=";
18
+
hash = "sha256-KMa0RfG3cT1sw5ujnecYtx+A4qjujUPiq6pM3PwNSLM=";
19
19
};
20
20
21
21
build-system = [ setuptools ];
···
27
27
];
28
28
29
29
meta = {
30
+
changelog = "https://bitbucket.org/mark_hannon/zcc/src/${src.rev}/CHANGELOG.md";
30
31
description = "ZIMI ZCC helper module";
31
32
homepage = "https://bitbucket.org/mark_hannon/zcc";
32
33
license = lib.licenses.mit;