guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: qbittorrent: Update to 4.5.2.


From: guix-commits
Subject: branch master updated: gnu: qbittorrent: Update to 4.5.2.
Date: Sun, 05 Mar 2023 15:17:39 -0500

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

lfam pushed a commit to branch master
in repository guix.

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

commit 833febb522bd37a38156b558b108372b89a34949
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Mar 3 15:04:38 2023 +0800

    gnu: qbittorrent: Update to 4.5.2.
    
    * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 c3257cf2bf..bfe524366c 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -440,7 +440,7 @@ desktops.")
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.4.1")
+    (version "4.5.2")
     (source
      (origin
        (method git-fetch)
@@ -449,7 +449,7 @@ desktops.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w"))))
+        (base32 "07s0ypkd1zzkw9qhfwxxx7s6zizjz0448al17xmc1b48phn46hjk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]