mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qutebrowser: Update to 2.5.4.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.4.
This commit is contained in:
parent
f1cb3055ef
commit
776965c7de
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ interface.")
|
||||||
(define-public qutebrowser
|
(define-public qutebrowser
|
||||||
(package
|
(package
|
||||||
(name "qutebrowser")
|
(name "qutebrowser")
|
||||||
(version "2.5.3")
|
(version "2.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -476,7 +476,7 @@ interface.")
|
||||||
"qutebrowser/releases/download/v" version "/"
|
"qutebrowser/releases/download/v" version "/"
|
||||||
"qutebrowser-" version ".tar.gz"))
|
"qutebrowser-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10fpr414nadqba33xgvbpaacc5sn0xnpnnljf5a3n8yh6hjg4pl4"))))
|
(base32 "1c8skkc5vjbvbslz65hzrj9d05v4zbcjbli61ikjmr174lhb4q54"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-attrs)) ; for tests
|
(list python-attrs)) ; for tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue