This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 19fc388d2b gnu: qutebrowser: Update to 2.5.3.
19fc388d2b is described below

commit 19fc388d2b41ac8fd8b012bd603515efc51be1f5
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 28 20:51:33 2023 +0200

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

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a1c2294f7a..531bf9cb20 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 John Darrington <[email protected]>
 ;;; Copyright © 2014, 2019 Mark H Weaver <[email protected]>
-;;; Copyright © 2015, 2016, 2019, 2021, 2022 Efraim Flashner 
<[email protected]>
+;;; Copyright © 2015, 2016, 2019, 2021-2023 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 Kei Kebreau <[email protected]>
 ;;; Copyright © 2017 Eric Bavier <[email protected]>
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
@@ -468,7 +468,7 @@ interface.")
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "2.5.2")
+    (version "2.5.3")
     (source
      (origin
        (method url-fetch)
@@ -476,7 +476,7 @@ interface.")
                            "qutebrowser/releases/download/v" version "/"
                            "qutebrowser-" version ".tar.gz"))
        (sha256
-        (base32 "0279fi4lx8sfxz3mx6ar0wz01kiiqa1zkv9fxc6xw0y4vlacxgx9"))))
+        (base32 "10fpr414nadqba33xgvbpaacc5sn0xnpnnljf5a3n8yh6hjg4pl4"))))
     (build-system python-build-system)
     (native-inputs
      (list python-attrs))               ; for tests

Reply via email to