1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 07:54:08 +02:00

gnu: qutebrowser: Update to 3.6.2.

* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.6.2.

Closes: guix/guix#4516
Change-Id: I4bd9f644ce028ae88c3af2f6db181bf68d2d4a60
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Sergey Trofimov
2025-11-27 12:40:11 +01:00
committed by 宋文武
parent f48ceed435
commit b9717c2ea0
+2 -2
View File
@@ -550,7 +550,7 @@ interface.")
(define-public qutebrowser
(package
(name "qutebrowser")
(version "3.5.1")
(version "3.6.2")
(source
(origin
(method git-fetch)
@@ -559,7 +559,7 @@ interface.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0vbd6b5332nd7q9y94zjd1bwdr0gk6pgzvl1ygm274nk5plifdjs"))))
(base32 "0z5d625vbrfw1bsj2gbgc246mxiiw876kh6xqqs62412hl1j18bp"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools