mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: qutebrowser: Update to 3.5.1.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.5.1. Change-Id: Ia0e9b6c723275a28b4aba16cb0397e3d99b65138 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
de5244ca31
commit
da1ff00ea1
1 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
|||
;;; Copyright © 2021 Christopher Howard <christopher@librehacker.com>
|
||||
;;; Copyright © 2023 Herman Rimm <herman@rimm.ee>
|
||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2025 Sergey Trofimov <sarg@sarg.org.ru>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
|
@ -539,7 +540,7 @@ interface.")
|
|||
(define-public qutebrowser
|
||||
(package
|
||||
(name "qutebrowser")
|
||||
(version "3.5.0")
|
||||
(version "3.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -548,7 +549,7 @@ interface.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11ir4l4rq86nz2lqj2s31dwc9vm1dcjwqj5sh81c5bg52ccvbbm9"))))
|
||||
(base32 "0vbd6b5332nd7q9y94zjd1bwdr0gk6pgzvl1ygm274nk5plifdjs"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-attrs ; for tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue