File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/cvss Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments