guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: qutebrowser: Update to 2.5.1.


From: guix-commits
Subject: 01/03: gnu: qutebrowser: Update to 2.5.1.
Date: Thu, 26 May 2022 10:36:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a8f402370555c8437e1e239292fb00a64f9a07d5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 26 16:30:28 2022 +0300

    gnu: qutebrowser: Update to 2.5.1.
    
    * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.1.
    [inputs]: Remove python-cssutils and python-pypeg2.
---
 gnu/packages/web-browsers.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 198d289ef3..31504fe2af 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -466,7 +466,7 @@ interface.")
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "2.4.0")
+    (version "2.5.1")
     (source
      (origin
        (method url-fetch)
@@ -474,18 +474,16 @@ interface.")
                            "qutebrowser/releases/download/v" version "/"
                            "qutebrowser-" version ".tar.gz"))
        (sha256
-        (base32 "1v4jhlmgfm8v9sbf7i3xg1vjh6dy8y2gpckk0mizkazb2jxrmkgj"))))
+        (base32 "1g7dfrnjgifvbmz1523iq9qxhrsciajr8dv3pak6dlacm235i276"))))
     (build-system python-build-system)
     (native-inputs
      (list python-attrs)) ; for tests
     (inputs
      (list bash-minimal
            python-colorama
-           python-cssutils
            python-jinja2
            python-markupsafe
            python-pygments
-           python-pypeg2
            python-pyyaml
            ;; FIXME: python-pyqtwebengine needs to come before python-pyqt so
            ;; that it's __init__.py is used first.



reply via email to

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