Unverified Commit 4f23e34c authored by nayeko's avatar nayeko Committed by GitHub
Browse files

nvchecker: 2.15.1 -> 2.16

parent a2fca55c
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "nvchecker";
  version = "2.15.1";
  version = "2.16";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -30,12 +30,13 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "lilydjwg";
    repo = "nvchecker";
    rev = "v${version}";
    hash = "sha256-dK3rZCoSukCzPOFVectQiF6qplUuDBh9qyN8JL0+j20=";
    tag = "v${version}";
    hash = "sha256-HdL3BnjQZzKXtjhQqDst6dJH82g3BONFsGUnwzDMRDA=";
  };

  build-system = [ setuptools ];

  nativeBuildInputs = [
    setuptools
    docutils
    installShellFiles
  ];