GNU bug report logs -
#77849
[PATCH] gnu: qutebrowser: Update to 3.5.0.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Wed, 16 Apr 2025 19:33:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 18 Apr 2025 16:03:03 +0800
with message-id <87h62lrj60.fsf <at> z572.online>
and subject line Re: [bug#77849] [PATCH] gnu: qutebrowser: Update to 3.5.0.
has caused the debbugs.gnu.org bug report #77849,
regarding [PATCH] gnu: qutebrowser: Update to 3.5.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77849: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77849
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.5.0.
Change-Id: I3abfc1a98b9d936adb32d3136977c5e8a165af5e
---
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 4ec44191178..5c6e0e2bea1 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -539,7 +539,7 @@ (define-public kristall
(define-public qutebrowser
(package
(name "qutebrowser")
- (version "3.4.0")
+ (version "3.5.0")
(source
(origin
(method git-fetch)
@@ -548,7 +548,7 @@ (define-public qutebrowser
(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
base-commit: 4bd2949cfa7a8bf5dfe66adad1a76472af09708d
--
2.49.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Sergey Trofimov via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/web-browsers.scm (qutebrowser): Update to 3.5.0.
>
> Change-Id: I3abfc1a98b9d936adb32d3136977c5e8a165af5e
> ---
> 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 4ec44191178..5c6e0e2bea1 100644
> --- a/gnu/packages/web-browsers.scm
> +++ b/gnu/packages/web-browsers.scm
> @@ -539,7 +539,7 @@ (define-public kristall
> (define-public qutebrowser
> (package
> (name "qutebrowser")
> - (version "3.4.0")
> + (version "3.5.0")
> (source
> (origin
> (method git-fetch)
> @@ -548,7 +548,7 @@ (define-public qutebrowser
> (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
>
> base-commit: 4bd2949cfa7a8bf5dfe66adad1a76472af09708d
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.