Unverified Commit 23819c00 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

nvchecker: 2.14.1 -> 2.15.1 (#341790)

parents 44d3607d 7b7d5d59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

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

  disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "lilydjwg";
    repo = "nvchecker";
    rev = "v${version}";
    hash = "sha256-V2lTGeaiwUsh8IONbZ5GQrqevJMhjeuFLTDF8UdWg8Q=";
    hash = "sha256-dK3rZCoSukCzPOFVectQiF6qplUuDBh9qyN8JL0+j20=";
  };

  nativeBuildInputs = [