aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-09-27 19:04:25 +0800
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-24 02:00:00 +0200
commitab8c774191456e814cdb7cd3af66d1053a222a79 (patch)
tree604ce23f9048d23e3b1ce0b6c4dd49850828cb3f /gnu/packages/bittorrent.scm
parentc4886c0cb608e1b36969f195eb2f7ea25a37ac89 (diff)
downloadguix-ab8c774191456e814cdb7cd3af66d1053a222a79.tar
guix-ab8c774191456e814cdb7cd3af66d1053a222a79.tar.gz
gnu: qbittorrent: Update to 4.5.5.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r--gnu/packages/bittorrent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 64777f5667..374bea3384 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -460,7 +460,7 @@ desktops.")
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "4.5.4")
+ (version "4.5.5")
(source
(origin
(method git-fetch)
@@ -469,7 +469,7 @@ desktops.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1r4vqlwmvg7b0ibq53m7ascyykv3v66qxlwfi0zmmi1ig7rlkxkk"))))
+ (base32 "1ngvvwhafi9mi05r2l9dk9x05za8x35y12p230wpzprydhlgwsxd"))))
(build-system qt-build-system)
(arguments
(list #:configure-flags #~(list "-DTESTING=ON")