unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jacob Hrbek <kreyren@rixotstudio.cz>
To: 53303@debbugs.gnu.org
Cc: Jacob Hrbek <kreyren@rixotstudio.cz>
Subject: [bug#53303] [PATCH] qBitTorrent: Bump version to avoid search engine fail
Date: Sun, 16 Jan 2022 12:55:39 +0000	[thread overview]
Message-ID: <20220116125456.1265-1-kreyren@rixotstudio.cz> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1366 bytes --]

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


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

             reply	other threads:[~2022-01-16 12:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-16 12:55 Jacob Hrbek [this message]
     [not found] ` <handler.53303.B.16423377689028.ack@debbugs.gnu.org>
2022-01-16 13:02   ` [bug#53303] Acknowledgement ([PATCH] qBitTorrent: Bump version to avoid search engine fail) Jacob Hrbek
2022-01-19  6:24 ` bug#53303: (No Subject) Jacob Hrbek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220116125456.1265-1-kreyren@rixotstudio.cz \
    --to=kreyren@rixotstudio.cz \
    --cc=53303@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).