[PATCH] update qutebrowser to 2.0.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Benoit Joly
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Benoit Joly
Severity
normal
B
B
Benoit Joly wrote on 19 Feb 2021 03:21
(address . guix-patches@gnu.org)(name . Benoit Joly)(address . benoit@benoitj.ca)
20210219022117.1423834-1-benoit@benoitj.ca
new major release of qutebrowser

---
gnu/packages/web-browsers.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 58da0de922..4f26778719 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
+;;; Copyright © 2021 Benoit Joly <benoit@benoitj.ca>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -473,7 +474,7 @@ interface.")
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "1.14.1")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
@@ -481,7 +482,7 @@ interface.")
"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
@@ -493,6 +494,7 @@ interface.")
("python-pygments" ,python-pygments)
("python-pypeg2" ,python-pypeg2)
("python-pyyaml" ,python-pyyaml)
+ ("python-importlib-resources" ,python-importlib-resources)
;; FIXME: python-pyqtwebengine needs to come before python-pyqt so
;; that it's __init__.py is used first.
("python-pyqtwebengine" ,python-pyqtwebengine)
--
2.30.1
N
N
Nicolas Goaziou wrote on 6 Mar 2021 14:26
(name . Benoit Joly)(address . benoit@benoitj.ca)(address . 46629-done@debbugs.gnu.org)
87v9a45s6b.fsf@nicolasgoaziou.fr
Hello,

Benoit Joly <benoit@benoitj.ca> writes:

Toggle quote (2 lines)
> new major release of qutebrowser

Thank you! I wrote a proper commit message, re-order inputs
alphabetically, and pushed.

Regards,
--
Nicolas Goaziou
Closed
?