[PATCH] gnu: qutebrowser: Update to 1.13.0.

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

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
878sfrxt58.fsf@rohleder.de
From 6559b27a0657ba5d8a436ca65f2c5f291965fea6 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 10 Jul 2020 17:52:05 +0200
Subject: [PATCH] gnu: qutebrowser: Update to 1.13.0.

* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.0.
---
gnu/packages/web-browsers.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 2ef09d49c9..a38959feac 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -343,7 +344,7 @@ access.")
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "1.12.0")
+ (version "1.13.0")
(source
(origin
(method url-fetch)
@@ -351,7 +352,7 @@ access.")
"qutebrowser/releases/download/v" version "/"
"qutebrowser-" version ".tar.gz"))
(sha256
- (base32 "0pywyhi4v6ymxpn85grrdr1agmcxsnm5jfqf3rlxqx5swbnxbfs1"))))
+ (base32 "1xq0a0mcssc1ss4fvhhwr75dhlh3nr9w46i2gmqczzh5cynk1sfk"))))
(build-system python-build-system)
(native-inputs
`(("python-attrs" ,python-attrs))) ; for tests
--
2.27.0
--
`The great thing about mod_rewrite is it gives you all the
configurability and flexibility of Sendmail. The downside to
mod_rewrite is that it gives you all the configurability and flexibility of
Sendmail.'
-- Brian Behlendorf
Apache Group
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8IjzMACgkQfHr/vv7y
yyWjnggAk/BGXzhZU0hDZ6hQqZYfy+aZawW2FSfdSrftioqouu2OSJ8oxUBimY8u
pLcZAtuzYbf2J8ZoRLi9q24G3PAC6CbQspzlKqEV/zyqP8VzU7Y5K4u/JLuIo596
IXq1h/VLmFgfGKCa8VpyvrCA4oJoZf6xcLoX1kCgT+S7xdlvo+gZooMD+ziH0Dsc
1SQsyysCwNuuldIp+81RpblyteYeaGSEQoxux/KP21DhTklU0X31MQSpOQUcy+I3
rch9L2I+0s99cZVKXKuFgb3TK7rTikjzptZ2JN+usJN97ibZA64Kg4ghekg/zXdW
PNVs0CTlhOVCxxGxq4UNGCnP6hqaSg==
=z9I2
-----END PGP SIGNATURE-----

Julien Lepiller wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42312-done@debbugs.gnu.org)
20200711172657.6c3cb4bf@tachikoma.lepiller.eu
Pushed as cc0aaf2052111e7ab5442ffe6c53a5fe6d1d51db, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 42312
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