Skip to content

Commit

Permalink
python312Packages.cvss: 3.2 -> 3.3 (#352940)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Nov 2, 2024
2 parents 213f6c1 + b732492 commit 0052df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cvss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "cvss";
version = "3.2";
version = "3.3";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "RedHatProductSecurity";
repo = "cvss";
rev = "refs/tags/v${version}";
hash = "sha256-r4IWaOEZUX+3wW47rX8+lsixIjr14zAaXfFIFcbLVMM=";
hash = "sha256-+8aKNPcHFPcDyBvOO9QCVb1OIbpQHAEeJgt8fob0+lM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 0052df7

Please sign in to comment.