diff mbox series

[bug#61445] gnu: qbittorrent: Update to 4.5.0.

Message ID 87bklzjwtx.wl-hako@ultrarare.space
State New
Headers show
Series [bug#61445] gnu: qbittorrent: Update to 4.5.0. | expand

Commit Message

Hilton Chain Feb. 12, 2023, 5:07 a.m. UTC
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.0.
---
 gnu/packages/bittorrent.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 4a6f64ab2afff761eb233e7ca6110d9e8acf8f32

Comments

Ludovic Courtès Feb. 27, 2023, 2:49 p.m. UTC | #1
Hi,

There seems to be failures: <https://qa.guix.gnu.org/issue/61445>.

Could you take a look?

Thanks,
Ludo’.
Hilton Chain March 3, 2023, 6:40 a.m. UTC | #2
In configure phase:
--8<---------------cut here---------------start------------->8---
checking for libtorrent-rasterbar >= 2.0.8... no
checking for libtorrent-rasterbar >= 1.2.18 libtorrent-rasterbar < 2... no
configure: error: Package requirements (libtorrent-rasterbar >= 1.2.18 libtorrent-rasterbar < 2) were not met:

Requested 'libtorrent-rasterbar >= 1.2.18' but version of libtorrent is 1.2.15
--8<---------------cut here---------------end--------------->8---

The current libtorrent-rasterbar in Guix is 1.2.18, so guix older than the
update was used for the build.

Resending patches might solve it, I'll have a try.
diff mbox series

Patch

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index c3257cf2bf..40d4806d18 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -440,7 +440,7 @@  (define-public libtorrent-rasterbar
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.4.1")
+    (version "4.5.0")
     (source
      (origin
        (method git-fetch)
@@ -449,7 +449,7 @@  (define-public qbittorrent
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w"))))
+        (base32 "1fpkka2si7zkn5dlwvj5gf74kp513cazqziyzzaci00yw3ldhf4q"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags