From: Ron Nazarov via Guix-patches via <guix-patches@gnu.org>
To: 74417@debbugs.gnu.org
Cc: Ron Nazarov <ron@noisytoot.org>
Subject: [bug#74417] [PATCH] gnu: qbittorrent: Update to 5.0.1.
Date: Mon, 18 Nov 2024 12:53:38 +0000 [thread overview]
Message-ID: <20241118125341.28539-1-ron@noisytoot.org> (raw)
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.1.
[native-inputs]: Replace qttools-5 with qttools.
[inputs]: Replace qtsvg-5 with qtsvg. Add qtbase.
Change-Id: I82dd5b65f1a812c989baa752313cd3daeaf0d8bf
---
gnu/packages/bittorrent.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 2b38c7cb65..758202d70f 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2022 Jacob Hart <hartja1@yahoo.com>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
;;; Copyright © 2023 Clément Lassieur <clement@lassieur.org>
+;;; Copyright © 2024 Noisytoot <ron@noisytoot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -510,7 +511,7 @@ (define-public libtorrent-rasterbar-1.2
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "4.6.6")
+ (version "5.0.1")
(source
(origin
(method git-fetch)
@@ -519,19 +520,20 @@ (define-public qbittorrent
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0kv7dgnfy8m480kxc4na9v9cjq9f9m3il191w7yvj4i8lz6jcaq1"))))
+ (base32 "03kqir7jyrzblg4642gnf2pp8f0x68njgaalmq8qjh7dcx0d6rq6"))))
(build-system qt-build-system)
(arguments
(list #:configure-flags #~(list "-DTESTING=ON")
#:test-target "check"))
(native-inputs
- (list qttools-5))
+ (list qttools))
(inputs
(list boost
libtorrent-rasterbar
openssl
python-wrapper
- qtsvg-5
+ qtbase
+ qtsvg
zlib))
(home-page "https://www.qbittorrent.org/")
(synopsis "Graphical BitTorrent client")
--
2.46.0
next reply other threads:[~2024-11-18 14:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-18 12:53 Ron Nazarov via Guix-patches via [this message]
2024-11-20 10:57 ` bug#74417: [PATCH] gnu: qbittorrent: Update to 5.0.1 Z572
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241118125341.28539-1-ron@noisytoot.org \
--to=guix-patches@gnu.org \
--cc=74417@debbugs.gnu.org \
--cc=ron@noisytoot.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.