hako pushed a commit to branch master
in repository guix.

commit 81fef83b69047a002df1479a14c913ad16b1bf86
Author: Hilton Chain <[email protected]>
AuthorDate: Tue Apr 1 20:30:16 2025 +0800

    gnu: qbittorrent: Update to 5.0.4.
    
    * gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.4.
    
    Change-Id: Ifb05d575af6b00f3eeab55c7dd4dff93e0d70da3
---
 gnu/packages/bittorrent.scm | 4 ++--
 1 file 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

Reply via email to