Unverified Commit 60b853d6 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nixpkgs-review: 3.1.0 -> 3.2.0 (#392704)

parents 4d82b26c d7ae57dc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
  pname = "nixpkgs-review";
  version = "3.1.0";
  version = "3.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nixpkgs-review";
    tag = version;
    hash = "sha256-yqHqtH4NhNL+JsqN/QXWPlW/28I4kaFvjwxx819zZkw=";
    hash = "sha256-XJRZpAiIbwN5itqxHTcAqd6VnuUOO8TwShZiupJc8dc=";
  };

  build-system = [
@@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
  nativeCheckInputs = [
    versionCheckHook
  ];
  versionCheckProgramArg = [ "--version" ];
  versionCheckProgramArg = "--version";

  makeWrapperArgs =
    let