guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qutebrowser: Update to 2.2.0.


From: guix-commits
Subject: branch master updated: gnu: qutebrowser: Update to 2.2.0.
Date: Fri, 16 Apr 2021 08:20:51 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

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

commit 9de5d77f9b55b859ed192278c39d1274087b195b
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Apr 16 14:04:07 2021 +0200

    gnu: qutebrowser: Update to 2.2.0.
    
    * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.0.
---
 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 cff761a..bb7ac5d 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.0.2")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
@@ -491,7 +491,7 @@ interface.")
                            "qutebrowser/releases/download/v" version "/"
                            "qutebrowser-" version ".tar.gz"))
        (sha256
-        (base32 "0fxkazz4ykmkiww27l92yr96hq00qn5vvjmknxcy4cl97d2pxa28"))))
+        (base32 "0anxhrkxqb35mxr7jr820xcfw0v514s92wffsiqap2a2sqaj0pgs"))))
     (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]