python3Packages.python-nvd3: 0.15.0 -> 0.16.0 (#438152)

This commit is contained in:
Fabian Affolter
2025-08-29 12:54:03 +02:00
committed by GitHub
@@ -8,16 +8,16 @@
pytestCheckHook,
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "python-nvd3";
version = "0.15.0";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "areski";
repo = "python-nvd3";
rev = "dc8e772597ed72f413b229856fc9a3318e57fcfc";
sha256 = "1vjnicszcc9j0rgb58104fk9sry5xad1xli64jana9bkx42c6x1v";
tag = "v${version}";
hash = "sha256-+J0lHAOjX3hbymjESQ6WpEnly+1Lv9o0ucIpBxTuS6s=";
};
build-system = [ setuptools ];
@@ -32,10 +32,11 @@ buildPythonPackage {
enabledTestPaths = [ "tests.py" ];
meta = {
description = "Python Wrapper for NVD3";
homepage = "https://github.com/areski/python-nvd3";
description = "Python Wrapper for NVD3 - It's time for beautiful charts";
mainProgram = "nvd3";
changelog = "https://github.com/areski/python-nvd3/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.ivan-tkatchev ];
maintainers = with lib.maintainers; [ ivan-tkatchev ];
mainProgram = "nvd3";
};
}