gnu: qutebrowser: Update to 1.10.0
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.0.
This commit is contained in:
parent
17c015c909
commit
692c4b3b44
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue