Skip to content

Commit 7a6bb7c

Browse files
committed
python312Packages.cvss: 3.3 -> 3.4
1 parent 255804f commit 7a6bb7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/cvss/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "cvss";
13-
version = "3.3";
13+
version = "3.4";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "RedHatProductSecurity";
2020
repo = "cvss";
2121
tag = "v${version}";
22-
hash = "sha256-+8aKNPcHFPcDyBvOO9QCVb1OIbpQHAEeJgt8fob0+lM=";
22+
hash = "sha256-g6+ccoIgqs7gZPrTuKm3em+PzLvpupb9JXOGMqf2Uv0=";
2323
};
2424

2525
build-system = [ setuptools ];
@@ -38,7 +38,7 @@ buildPythonPackage rec {
3838
meta = with lib; {
3939
description = "Library for CVSS2/3/4";
4040
homepage = "https://github.com/RedHatProductSecurity/cvss";
41-
changelog = "https://github.com/RedHatProductSecurity/cvss/releases/tag/v${version}";
41+
changelog = "https://github.com/RedHatProductSecurity/cvss/releases/tag/${src.tag}";
4242
license = licenses.lgpl3Plus;
4343
maintainers = with maintainers; [ fab ];
4444
mainProgram = "cvss_calculator";

0 commit comments

Comments
 (0)