mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qutebrowser: Update to 3.4.0.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.4.0. Change-Id: Ib08c86aeeb8566e739507a4b3348a1b20ffbae9c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
7fff0c1d6d
commit
59d031253f
1 changed files with 2 additions and 2 deletions
|
@ -539,7 +539,7 @@ interface.")
|
|||
(define-public qutebrowser
|
||||
(package
|
||||
(name "qutebrowser")
|
||||
(version "3.3.1")
|
||||
(version "3.4.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 "11djmd6fnxhjjnjizzlvxkww5zng0zqg86ij4wp7n2l7d2n8zq7k"))))
|
||||
(base32 "1r8z5msh8pzawz402pnc2cyjc14pr7bfbz5r76hzl26wn24f74zz"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-attrs ; for tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue