gnu: qutebrowser: Update to 1.13.1.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.1.
This commit is contained in:
parent
626bc647c0
commit
7915e3e198
1 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@ (define-public lynx
|
|||
(define-public qutebrowser
|
||||
(package
|
||||
(name "qutebrowser")
|
||||
(version "1.13.0")
|
||||
(version "1.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -352,7 +352,7 @@ (define-public qutebrowser
|
|||
"qutebrowser/releases/download/v" version "/"
|
||||
"qutebrowser-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xq0a0mcssc1ss4fvhhwr75dhlh3nr9w46i2gmqczzh5cynk1sfk"))))
|
||||
(base32 "1n72dvrv4dch4i07lsis76p7g16a039fwx8rk7w8q9f60wgqb5i8"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-attrs" ,python-attrs))) ; for tests
|
||||
|
|
Loading…
Reference in a new issue