diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-05-26 16:30:28 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-05-26 17:29:57 +0300 |
commit | a8f402370555c8437e1e239292fb00a64f9a07d5 (patch) | |
tree | 20ba0bf3524d6211096f88c9d47a60bfc0ba7819 /gnu/packages/web-browsers.scm | |
parent | dcae16e50bbb5b2c30bc4ac17450c6eec53372ed (diff) |
gnu: qutebrowser: Update to 2.5.1.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.1.
[inputs]: Remove python-cssutils and python-pypeg2.
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r-- | gnu/packages/web-browsers.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 198d289ef3..31504fe2af 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -466,7 +466,7 @@ interface.") (define-public qutebrowser (package (name "qutebrowser") - (version "2.4.0") + (version "2.5.1") (source (origin (method url-fetch) @@ -474,18 +474,16 @@ interface.") "qutebrowser/releases/download/v" version "/" "qutebrowser-" version ".tar.gz")) (sha256 - (base32 "1v4jhlmgfm8v9sbf7i3xg1vjh6dy8y2gpckk0mizkazb2jxrmkgj")))) + (base32 "1g7dfrnjgifvbmz1523iq9qxhrsciajr8dv3pak6dlacm235i276")))) (build-system python-build-system) (native-inputs (list python-attrs)) ; for tests (inputs (list bash-minimal python-colorama - python-cssutils python-jinja2 python-markupsafe python-pygments - python-pypeg2 python-pyyaml ;; FIXME: python-pyqtwebengine needs to come before python-pyqt so ;; that it's __init__.py is used first. |