3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: qutebrowser: Upgrade to 0.10.1.

* gnu/packages/web.scm (qutebrowser): Upgrade to 0.10.1.
This commit is contained in:
Eric Bavier 2017-03-29 21:04:48 -05:00
parent bf5b6fb294
commit 77310a1c2d
No known key found for this signature in database
GPG key ID: 1EBBD204781F962C

View file

@ -4463,7 +4463,7 @@ exploit attempts.")
(define-public qutebrowser
(package
(name "qutebrowser")
(version "0.9.1")
(version "0.10.1")
(source
(origin
(method url-fetch)
@ -4472,7 +4472,7 @@ exploit attempts.")
"qutebrowser-" version ".tar.gz"))
(sha256
(base32
"0pf91nc0xcykahc3x7ww525c9czm8zpg80nxl8n2mrzc4ilgvass"))))
"05qryn56w2pbqhir4pl99idx7apx2xqw9f8wmbrhj59b1xgr3x2p"))))
(build-system python-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)))