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 1.10.0


From: guix-commits
Subject: branch master updated: gnu: qutebrowser: Update to 1.10.0
Date: Mon, 03 Feb 2020 11:21:28 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 692c4b3  gnu: qutebrowser: Update to 1.10.0
692c4b3 is described below

commit 692c4b3b444825278d560cbe64b90f3d850d74fd
Author: Jack Hill <address@hidden>
AuthorDate: Sun Feb 2 17:50:46 2020 -0500

    gnu: qutebrowser: Update to 1.10.0
    
    * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.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 0c18191..1610561 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -276,7 +276,7 @@ access.")
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
@@ -285,7 +285,7 @@ access.")
                            "qutebrowser-" version ".tar.gz"))
        (sha256
         (base32
-         "1y0yq1qfr6g1s7kf3w2crd0b025dv2dfknhlz3v0001ns3rgwj17"))))
+         "1prvd3cysmcjfybn0dmr3ih0bl6lm5ml9i7wd09fn8hb7047mkby"))))
     (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]