Merge pull request #199018 from marsam/update-nvcheker

python310Packages.nvchecker: 2.9 -> 2.10
This commit is contained in:
Mario Rodas 2022-11-01 16:12:39 -05:00 committed by GitHub
commit 5881476726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "nvchecker";
version = "2.9";
version = "2.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "lilydjwg";
repo = pname;
rev = "v${version}";
hash = "sha256-BlprjNfw/oas4mnnGWPpuHmdJihEGjDdKPiAWuE7m8k=";
hash = "sha256-NxHeHT56JCu8Gn/B4IcvPtgGcWH8V9CUQkJeKFcGk/Q=";
};
nativeBuildInputs = [