qutebrowser: 3.2.1 -> 3.3.1 (#348179)

This commit is contained in:
Robert Schütz 2024-10-17 20:51:50 -07:00 committed by GitHub
commit 1b2191acb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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