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:
parent
78e99ae6ce
commit
1463e9504b
1 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
||||||
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
|
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
|
||||||
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
|
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
|
||||||
;;; Copyright © 2021 Cage <cage-dev@twistfold.it>
|
;;; Copyright © 2021 Cage <cage-dev@twistfold.it>
|
||||||
|
;;; Copyright © 2021 Benoit Joly <benoit@benoitj.ca>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -477,7 +478,7 @@ (define-public kristall
|
||||||
(define-public qutebrowser
|
(define-public qutebrowser
|
||||||
(package
|
(package
|
||||||
(name "qutebrowser")
|
(name "qutebrowser")
|
||||||
(version "1.14.1")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -485,13 +486,14 @@ (define-public qutebrowser
|
||||||
"qutebrowser/releases/download/v" version "/"
|
"qutebrowser/releases/download/v" version "/"
|
||||||
"qutebrowser-" version ".tar.gz"))
|
"qutebrowser-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15l7jphy1qjsh6y6kd5mgkxsl6ymm9564g1yypa946jbyrgi8k2m"))))
|
(base32 "0fxkazz4ykmkiww27l92yr96hq00qn5vvjmknxcy4cl97d2pxa28"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-attrs" ,python-attrs))) ; for tests
|
`(("python-attrs" ,python-attrs))) ; for tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-colorama" ,python-colorama)
|
`(("python-colorama" ,python-colorama)
|
||||||
("python-cssutils" ,python-cssutils)
|
("python-cssutils" ,python-cssutils)
|
||||||
|
("python-importlib-resources" ,python-importlib-resources)
|
||||||
("python-jinja2" ,python-jinja2)
|
("python-jinja2" ,python-jinja2)
|
||||||
("python-markupsafe" ,python-markupsafe)
|
("python-markupsafe" ,python-markupsafe)
|
||||||
("python-pygments" ,python-pygments)
|
("python-pygments" ,python-pygments)
|
||||||
|
|
Loading…
Reference in a new issue