aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2025-04-01 20:30:16 +0800
committerHilton Chain <hako@ultrarare.space>2025-04-05 08:45:23 +0800
commit81fef83b69047a002df1479a14c913ad16b1bf86 (patch)
treea6e191d8952e05a2f8e5d1abe5d47bd099cc913b
parent12db6667b75b965f98d5241777eafb432ff2bd87 (diff)
downloadguix-81fef83b69047a002df1479a14c913ad16b1bf86.tar.gz
guix-81fef83b69047a002df1479a14c913ad16b1bf86.zip
gnu: qbittorrent: Update to 5.0.4.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.4. Change-Id: Ifb05d575af6b00f3eeab55c7dd4dff93e0d70da3
-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 56f6512151..0f98229836 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -493,7 +493,7 @@ desktops.")
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "5.0.3")
+ (version "5.0.4")
(source
(origin
(method git-fetch)
@@ -502,7 +502,7 @@ desktops.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0j7c53whrw069ypyq6xsqhp0x7dsd51ck3vs2a7jzc57dyinfgwz"))))
+ (base32 "0myab81g3qvldfxl1ijbc5qz9nk74xcr173ndy929l1i0r99417j"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase