guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: qutebrowser: Update to 1.11.0


From: guix-commits
Subject: 03/03: gnu: qutebrowser: Update to 1.11.0
Date: Sat, 2 May 2020 10:47:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 61586ce9a22768926448fa16673f7c3a93ebc5c6
Author: TomZ <address@hidden>
AuthorDate: Sat May 2 12:20:09 2020 +0200

    gnu: qutebrowser: Update to 1.11.0
    
    * gnu/packages/web-branch.scm (qutebrowser): Update to 1.11.0
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 424951c..33ff3d1 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -338,7 +338,7 @@ access.")
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
@@ -347,7 +347,7 @@ access.")
                            "qutebrowser-" version ".tar.gz"))
        (sha256
         (base32
-         "1prvd3cysmcjfybn0dmr3ih0bl6lm5ml9i7wd09fn8hb7047mkby"))))
+         "0b0qlki9bp9mm41lrh6rc6qqvm4nsz8da63sby3a1f2xm9b9vvg2"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-attrs" ,python-attrs))) ; for tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]