diff options
author | Hilton Chain via Guix-patches via <guix-patches@gnu.org> | 2024-09-01 23:40:37 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-06 00:05:53 +0800 |
commit | 8de455132dbd5fd9c7029f473c5c79df8e19a94e (patch) | |
tree | 29e21e7f24525285f0afee9eaa8769b2bd12e310 /gnu/packages | |
parent | 3d852e02f9fcd25cd046a5ca33a7818ed3054fce (diff) | |
download | guix-8de455132dbd5fd9c7029f473c5c79df8e19a94e.tar.gz guix-8de455132dbd5fd9c7029f473c5c79df8e19a94e.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bittorrent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 2101584df6..4fef389ec2 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -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") |