Skip to content

Commit

Permalink
python313Packages.nvdlib: 0.7.7 -> 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 14, 2025
1 parent eb62e6a commit defd5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nvdlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "nvdlib";
version = "0.7.7";
version = "0.7.9";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Vehemont";
repo = "nvdlib";
tag = "v${version}";
hash = "sha256-/UmBNdch9yM6yCVcJbzsCx6om4XlqQa40X/fgEYgRuI=";
hash = "sha256-D4IzY6CZm9jxjupif9VnxI3uPlnhe1/Vsjhs2XX5v1c=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit defd5e9

Please sign in to comment.