nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

cve: 1.1.0 -> 1.2.0

+2 -2
+2 -2
pkgs/development/python-modules/cvelib/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "cvelib"; 13 - version = "1.1.0"; 13 + version = "1.2.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "RedHatProductSecurity"; 20 20 repo = "cvelib"; 21 21 rev = "tags/${version}"; 22 - hash = "sha256-MZzCTUleEddIlZBRhxD8ZgaWAOFcpa5hvNuIjrBJRzk="; 22 + hash = "sha256-8qlXwEbgLRZ1qYtBJ1c0nv6qfIOW5zAK9eOS+n+afWQ="; 23 23 }; 24 24 25 25 SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";