This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 21a7a96cbf gnu: qbittorrent: Update to 5.1.4.
21a7a96cbf is described below

commit 21a7a96cbf1d6100e83e062f587f61d27fbd7d82
Author: Patrick Norton <[email protected]>
AuthorDate: Sat Feb 28 12:34:07 2026 -0500

    gnu: qbittorrent: Update to 5.1.4.
    
    * gnu/packages/bittorrent.scm (qbittorrent): Update to 5.1.4.
    
    Change-Id: I813324b660029ddd214ad7421d1fe71770fdd3b7
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 b2ba115349..ef06f63a36 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -546,7 +546,7 @@ desktops.")
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "5.1.2")
+    (version "5.1.4")
     (source
      (origin
        (method git-fetch)
@@ -555,7 +555,7 @@ desktops.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "087l8fnr83bvvinsp1m27rsskc9wx9si3hh8alqrr8rhngd0c5ys"))))
+        (base32 "1zja55b97cnij3vffmfa5p65dasybbm1gd3xjspw5yyypy5cl5zm"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to