gnu: qutebrowser: Update to 2.0.2.

* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.0.2.
[inputs]: Add python-importlib-resources.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Benoit Joly 2021-03-06 14:25:24 +01:00 committed by Nicolas Goaziou
parent 78e99ae6ce
commit 1463e9504b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16,6 +16,7 @@
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2021 Cage <cage-dev@twistfold.it>
;;; Copyright © 2021 Benoit Joly <benoit@benoitj.ca>
;;;
;;; This file is part of GNU Guix.
;;;
@ -477,7 +478,7 @@ (define-public kristall
(define-public qutebrowser
(package
(name "qutebrowser")
(version "1.14.1")
(version "2.0.2")
(source
(origin
(method url-fetch)
@ -485,13 +486,14 @@ (define-public qutebrowser
"qutebrowser/releases/download/v" version "/"
"qutebrowser-" version ".tar.gz"))
(sha256
(base32 "15l7jphy1qjsh6y6kd5mgkxsl6ymm9564g1yypa946jbyrgi8k2m"))))
(base32 "0fxkazz4ykmkiww27l92yr96hq00qn5vvjmknxcy4cl97d2pxa28"))))
(build-system python-build-system)
(native-inputs
`(("python-attrs" ,python-attrs))) ; for tests
(inputs
`(("python-colorama" ,python-colorama)
("python-cssutils" ,python-cssutils)
("python-importlib-resources" ,python-importlib-resources)
("python-jinja2" ,python-jinja2)
("python-markupsafe" ,python-markupsafe)
("python-pygments" ,python-pygments)