[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: qutebrowser: Update to 2.2.1.
From: |
guix-commits |
Subject: |
08/09: gnu: qutebrowser: Update to 2.2.1. |
Date: |
Sat, 1 May 2021 05:29:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 927fcf1205021f8d79b364a90a85a398c17f7e89
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 1 05:07:34 2021 +0200
gnu: qutebrowser: Update to 2.2.1.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.1.
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 4d71498..2457a1c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -483,7 +483,7 @@ interface.")
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "2.2.0")
+ (version "2.2.1")
(source
(origin
(method url-fetch)
@@ -491,7 +491,7 @@ interface.")
"qutebrowser/releases/download/v" version "/"
"qutebrowser-" version ".tar.gz"))
(sha256
- (base32 "0anxhrkxqb35mxr7jr820xcfw0v514s92wffsiqap2a2sqaj0pgs"))))
+ (base32 "0vr6xpjy93w4i0x408vvs9xl497sjah51lxdk4awnx2gfg3acz14"))))
(build-system python-build-system)
(native-inputs
`(("python-attrs" ,python-attrs))) ; for tests
- branch master updated (e64af20 -> 1ba3df1), guix-commits, 2021/05/01
- 01/09: gnu: ustr: Omit static libraries., guix-commits, 2021/05/01
- 03/09: gnu: mailcap: Update to 2.1.53., guix-commits, 2021/05/01
- 02/09: gnu: srt: Update to 1.4.3., guix-commits, 2021/05/01
- 05/09: gnu: khal: Update to 0.10.3., guix-commits, 2021/05/01
- 04/09: gnu: diffoscope: Update to 173., guix-commits, 2021/05/01
- 08/09: gnu: qutebrowser: Update to 2.2.1.,
guix-commits <=
- 07/09: gnu: httpd: Update to 2.4.47., guix-commits, 2021/05/01
- 06/09: gnu: php: Update to 7.4.18., guix-commits, 2021/05/01
- 09/09: gnu: soci: Update to 4.0.2., guix-commits, 2021/05/01