mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qutebrowser: Update to 0.11.0.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 0.11.0.
This commit is contained in:
parent
2cb396ee7b
commit
d209ce434f
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ (define-public lynx
|
|||
(define-public qutebrowser
|
||||
(package
|
||||
(name "qutebrowser")
|
||||
(version "0.10.1")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -194,7 +194,7 @@ (define-public qutebrowser
|
|||
"qutebrowser-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05qryn56w2pbqhir4pl99idx7apx2xqw9f8wmbrhj59b1xgr3x2p"))))
|
||||
"13ihx66jm1dd6vx8px7pm0kbzf2sf9x43hhivc1rp17kahnxxdyv"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("asciidoc" ,asciidoc)))
|
||||
|
|
Loading…
Reference in a new issue