guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: qutebrowser: Update to 3.2.1.


From: guix-commits
Subject: 03/03: gnu: qutebrowser: Update to 3.2.1.
Date: Sat, 7 Sep 2024 12:00:44 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 994095b085a495a364d3df82121a1a303d044548
Author: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri Sep 6 19:23:04 2024 +0200

    gnu: qutebrowser: Update to 3.2.1.
    
    * gnu/packages/web-browser.scm (qutebrowser): Update to 3.2.1.
    [source]: Switch to git-fetch.
    [native-inputs]: Add asciidoc.
    
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
    Change-Id: I88fd400ed7152818c6cd899d93f8e033dcce4206
---
 gnu/packages/web-browsers.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a8c51b503b..2587bcb72a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -464,18 +464,20 @@ interface.")
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "3.1.0")
+    (version "3.2.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/qutebrowser/";
-                           "qutebrowser/releases/download/v" version "/"
-                           "qutebrowser-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/qutebrowser/qutebrowser";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0prf9c7nx4aizfczjb0fpsn3alz210i6wc7s2jwb1mh8r8fcq3ah"))))
+        (base32 "0xsywqay27lkhanvq9yd10qw0d6mhgj49wmnb1apqk7w6yzpy3gj"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-attrs))               ; for tests
+     (list python-attrs                 ; for tests
+           asciidoc))
     (inputs
      (list bash-minimal
            python-colorama



reply via email to

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