GNU bug report logs -
#53303
[PATCH] qBitTorrent: Bump version to avoid search engine fail
Previous Next
Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Date: Sun, 16 Jan 2022 12:57:01 UTC
Severity: normal
Tags: patch
Done: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On version 4.2.0 the search engine fails with:
```
Missing Python Runtime
Python is required to use the search engine but it does not seem to be installed.
```
Steps to verify:
1. Get qBitTorrent on GNU Guix (374fea0f3bc8035f626cb29e6045130df9ffdaf8) or relevant release with qbittorrent 4.2.0
2. Open qbittorrent and in GUI navigate: `View -> Search Engine`
3. Expect the highlighted failure
Relevant: https://github.com/qbittorrent/qBittorrent/issues/16139
---
gnu/packages/bittorrent.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index fa88c91163..ddcfda17f5 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -466,7 +466,7 @@ (define-public libtorrent-rasterbar
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "4.2.5")
+ (version "4.4.0")
(source
(origin
(method git-fetch)
@@ -475,7 +475,7
@@ (define-public qbittorrent
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn"))))
+ (base32 "0aqrcwxi3s2alila3fa7fjs4hifkq7055wa4xvz17hajchs3l567"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.34.0
[publickey - kreyren@rixotstudio.cz - 1677db82.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]
This bug report was last modified 3 years and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.