mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: qutebrowser: Update to 1.11.0
* gnu/packages/web-branch.scm (qutebrowser): Update to 1.11.0 Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
795b4bca18
commit
61586ce9a2
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ (define-public lynx
|
|||
(define-public qutebrowser
|
||||
(package
|
||||
(name "qutebrowser")
|
||||
(version "1.10.0")
|
||||
(version "1.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -347,7 +347,7 @@ (define-public qutebrowser
|
|||
"qutebrowser-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1prvd3cysmcjfybn0dmr3ih0bl6lm5ml9i7wd09fn8hb7047mkby"))))
|
||||
"0b0qlki9bp9mm41lrh6rc6qqvm4nsz8da63sby3a1f2xm9b9vvg2"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-attrs" ,python-attrs))) ; for tests
|
||||
|
|
Loading…
Reference in a new issue