python312Packages.cvss: 3.3 -> 3.4 (#383268)

Changed files
+3 -3
pkgs
development
python-modules
+3 -3
pkgs/development/python-modules/cvss/default.nix
···
buildPythonPackage rec {
pname = "cvss";
-
version = "3.3";
+
version = "3.4";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "RedHatProductSecurity";
repo = "cvss";
tag = "v${version}";
-
hash = "sha256-+8aKNPcHFPcDyBvOO9QCVb1OIbpQHAEeJgt8fob0+lM=";
+
hash = "sha256-g6+ccoIgqs7gZPrTuKm3em+PzLvpupb9JXOGMqf2Uv0=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Library for CVSS2/3/4";
homepage = "https://github.com/RedHatProductSecurity/cvss";
-
changelog = "https://github.com/RedHatProductSecurity/cvss/releases/tag/v${version}";
+
changelog = "https://github.com/RedHatProductSecurity/cvss/releases/tag/${src.tag}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ fab ];
mainProgram = "cvss_calculator";