Unverified Commit 1b2191ac authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

qutebrowser: 3.2.1 -> 3.3.1 (#348179)

parents fa098976 44d4e4f6
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -26,15 +26,17 @@ let
    stripRoot = false;
  };

  version = "3.2.1";
  version = "3.3.1";
in

python3.pkgs.buildPythonApplication {
  pname = "qutebrowser" + lib.optionalString (!isQt6) "-qt5";
  inherit version;
  pyproject = true;

  src = fetchurl {
    url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz";
    hash = "sha256-AqevKmxds42HsiWwuEEsgNmDgzXzLQ6KOPbX+804iX0=";
    hash = "sha256-qttkrMxzC8mhXONByaBYCx82OD7Uh09U0xzh2r6U4Xo=";
  };

  # Needs tox
@@ -47,6 +49,10 @@ python3.pkgs.buildPythonApplication {
    qtwayland
  ];

  build-system = with python3.pkgs; [
    setuptools
  ];

  nativeBuildInputs = [
    wrapQtAppsHook asciidoc
    docbook_xml_dtd_45 docbook_xsl libxml2 libxslt