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.master
parent
dcae16e50b
commit
a8f4023705
|
@ -466,7 +466,7 @@ interface.")
|
||||||
(define-public qutebrowser
|
(define-public qutebrowser
|
||||||
(package
|
(package
|
||||||
(name "qutebrowser")
|
(name "qutebrowser")
|
||||||
(version "2.4.0")
|
(version "2.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -474,18 +474,16 @@ interface.")
|
||||||
"qutebrowser/releases/download/v" version "/"
|
"qutebrowser/releases/download/v" version "/"
|
||||||
"qutebrowser-" version ".tar.gz"))
|
"qutebrowser-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v4jhlmgfm8v9sbf7i3xg1vjh6dy8y2gpckk0mizkazb2jxrmkgj"))))
|
(base32 "1g7dfrnjgifvbmz1523iq9qxhrsciajr8dv3pak6dlacm235i276"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-attrs)) ; for tests
|
(list python-attrs)) ; for tests
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
python-colorama
|
python-colorama
|
||||||
python-cssutils
|
|
||||||
python-jinja2
|
python-jinja2
|
||||||
python-markupsafe
|
python-markupsafe
|
||||||
python-pygments
|
python-pygments
|
||||||
python-pypeg2
|
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
;; FIXME: python-pyqtwebengine needs to come before python-pyqt so
|
;; FIXME: python-pyqtwebengine needs to come before python-pyqt so
|
||||||
;; that it's __init__.py is used first.
|
;; that it's __init__.py is used first.
|
||||||
|
|
Reference in New Issue