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
This commit is contained in:
Herman Rimm via Guix-patches via 2024-09-06 19:23:04 +02:00 committed by Zheng Junjie
parent 1ac27c7a66
commit 994095b085
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -464,18 +464,20 @@ (define-public kristall
(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