guix-patches
[Top][All Lists]
Advanced

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

[bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0.


From: Hilton Chain
Subject: [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0.
Date: Sun, 12 Feb 2023 13:07:22 +0800

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.0.
---
 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..40d4806d18 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -440,7 +440,7 @@ (define-public libtorrent-rasterbar
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.4.1")
+    (version "4.5.0")
     (source
      (origin
        (method git-fetch)
@@ -449,7 +449,7 @@ (define-public qbittorrent
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00whc4p209g2krsggxyq4sna01djbk1rbzkyjbq4qczvya01xn0w"))))
+        (base32 "1fpkka2si7zkn5dlwvj5gf74kp513cazqziyzzaci00yw3ldhf4q"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

base-commit: 4a6f64ab2afff761eb233e7ca6110d9e8acf8f32
-- 
2.39.1






reply via email to

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