diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-03-03 15:04:38 +0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-05 15:16:44 -0500 |
commit | 833febb522bd37a38156b558b108372b89a34949 (patch) | |
tree | bea512af42d297302322d2531f2bf733865f6ad3 /gnu/packages/bittorrent.scm | |
parent | da5ba283596e7ad68c6c5a910460f929a179ee21 (diff) |
gnu: qbittorrent: Update to 4.5.2.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-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 c3257cf2bf..bfe524366c 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -440,7 +440,7 @@ desktops.") (define-public qbittorrent (package (name "qbittorrent") - (version "4.4.1") + (version "4.5.2") (source (origin (method git-fetch) @@ -449,7 +449,7 @@ desktops.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w")))) + (base32 "07s0ypkd1zzkw9qhfwxxx7s6zizjz0448al17xmc1b48phn46hjk")))) (build-system gnu-build-system) (arguments `(#:configure-flags |