Merge pull request #102697 from marsam/update-nvchecker

nvchecker: 2.1 -> 2.2
This commit is contained in:
Mario Rodas 2020-11-03 22:59:15 -05:00 committed by GitHub
commit 49771814e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "nvchecker";
version = "2.1";
version = "2.2";
# Tests not included in PyPI tarball
src = fetchFromGitHub {
owner = "lilydjwg";
repo = pname;
rev = "v${version}";
sha256 = "0zf9vhf8ka0v1mf1xhbvkc2nr54m0rkiw1i68ps4sgx2mdj6qrfk";
sha256 = "0b17pikqyxcsid69lwnjl44n8z46ydjmxxdnbzasfdl7r83l7ijr";
};
nativeBuildInputs = [ installShellFiles docutils ];