GNU bug report logs -
#74226
[PATCH] gnu: qutebrowser: Update to 3.3.1.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Wed, 6 Nov 2024 12:11:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#74226: [PATCH] gnu: qutebrowser: Update to 3.3.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 74226 <at> debbugs.gnu.org.
--
74226: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74226
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed, thanks for the patch and the review!
Andreas
[Message part 3 (message/rfc822, inline)]
* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.3.1.
Change-Id: I4d346030ae40ddca7a1c4dc9468cfca13642f2e9
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 7f04af981a..1cec5eef7b 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -465,7 +465,7 @@ (define-public kristall
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "3.2.1")
+ (version "3.3.1")
(source
(origin
(method git-fetch)
@@ -474,7 +474,7 @@ (define-public qutebrowser
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xsywqay27lkhanvq9yd10qw0d6mhgj49wmnb1apqk7w6yzpy3gj"))))
+ (base32 "11djmd6fnxhjjnjizzlvxkww5zng0zqg86ij4wp7n2l7d2n8zq7k"))))
(build-system python-build-system)
(native-inputs
(list python-attrs ; for tests
base-commit: bd3d7c8587c6a229fdf242bfd12d540e5aa8acd3
--
2.45.2
This bug report was last modified 253 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.