gnu: qbittorrent: Update to 4.6.6.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.6.

Change-Id: I494f5f9e531aabdb6ba60ff418f6ba0cf45b46f4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Hilton Chain via Guix-patches via 2024-09-01 23:40:37 +08:00 committed by Zheng Junjie
parent 3d852e02f9
commit 8de455132d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -530,7 +530,7 @@ desktops.")
(define-public qbittorrent
(package
(name "qbittorrent")
(version "4.6.4")
(version "4.6.6")
(source
(origin
(method git-fetch)
@ -539,7 +539,7 @@ desktops.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0fxjsad9d35pdy0cqjlip46kwgxfim10fy70x6wymn9pagwq9j7p"))))
(base32 "0kv7dgnfy8m480kxc4na9v9cjq9f9m3il191w7yvj4i8lz6jcaq1"))))
(build-system qt-build-system)
(arguments
(list #:configure-flags #~(list "-DTESTING=ON")