diff options
author | ColdSideOfYourPillow <ColdSideOfYourPillow@noreply.codeberg.org> | 2025-07-27 22:44:45 +0530 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-28 00:27:03 +0200 |
commit | d50a1359af071cd09ffbd9dab2a661e439ab9fc1 (patch) | |
tree | f7aae664805936f0bc19eaf4de7da5a3fd848aa5 | |
parent | 8b1a3ee0cfa75f9d4b178f895c680f13307974c1 (diff) |
gnu: qbittorrent: update to 5.1.2.
Change-Id: Id46c1f2006f2a0c7c6cd949ab5b38e9fd615a7fd
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 0e3f5bf672..e5f6599984 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -510,7 +510,7 @@ desktops.") (define-public qbittorrent (package (name "qbittorrent") - (version "5.0.4") + (version "5.1.2") (source (origin (method git-fetch) @@ -519,7 +519,7 @@ desktops.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0myab81g3qvldfxl1ijbc5qz9nk74xcr173ndy929l1i0r99417j")))) + (base32 "087l8fnr83bvvinsp1m27rsskc9wx9si3hh8alqrr8rhngd0c5ys")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase |