mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: qutebrowser: Update to 3.5.0.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.5.0. Change-Id: I3abfc1a98b9d936adb32d3136977c5e8a165af5e Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
committed by
Zheng Junjie
parent
ef4b76aac0
commit
54cc9c96ec
@@ -539,7 +539,7 @@ interface.")
|
||||
(define-public qutebrowser
|
||||
(package
|
||||
(name "qutebrowser")
|
||||
(version "3.4.0")
|
||||
(version "3.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -548,7 +548,7 @@ interface.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r8z5msh8pzawz402pnc2cyjc14pr7bfbz5r76hzl26wn24f74zz"))))
|
||||
(base32 "11ir4l4rq86nz2lqj2s31dwc9vm1dcjwqj5sh81c5bg52ccvbbm9"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-attrs ; for tests
|
||||
|
||||
Reference in New Issue
Block a user