[PATCH] gnu: qutebrowser: Update to 1.14.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201017132633.20805-1-mike@rohleder.de
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.0.
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 73d3873fdc..5aac5cb892 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -344,7 +344,7 @@ access.")
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "1.13.1")
+ (version "1.14.0")
(source
(origin
(method url-fetch)
@@ -352,7 +352,7 @@ access.")
"qutebrowser/releases/download/v" version "/"
"qutebrowser-" version ".tar.gz"))
(sha256
- (base32 "1n72dvrv4dch4i07lsis76p7g16a039fwx8rk7w8q9f60wgqb5i8"))))
+ (base32 "0jip413yvyhdaywz0iadc32aaanjnhbx1d1vwzx3z1xbgc4i9svn"))))
(build-system python-build-system)
(native-inputs
`(("python-attrs" ,python-attrs))) ; for tests
--
2.28.0
Brett Gilio wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44046-done@debbugs.gnu.org)
87h7qshhzd.fsf@debian
Hello Michael,

Thanks for your patch! I have pushed it to master as
e97be4a3c750fceec1d4d691484de36c60f7c424.

Best

--
Brett M. Gilio
brettg@gnu.org
E82A C026 95D6 FF02 43CA 1E5C F6C5 2DD1 BA27 CB87
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44046@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44046
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help