all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0.
@ 2023-02-12  5:07 Hilton Chain via Guix-patches via
  2023-02-27 14:49 ` Ludovic Courtès
  2023-03-03  7:04 ` [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2 Hilton Chain via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-02-12  5:07 UTC (permalink / raw)
  To: 61445


* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-05 20:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-12  5:07 [bug#61445] [PATCH] gnu: qbittorrent: Update to 4.5.0 Hilton Chain via Guix-patches via
2023-02-27 14:49 ` Ludovic Courtès
2023-03-03  6:40   ` Hilton Chain via Guix-patches via
2023-03-03  7:04 ` [bug#61445] [PATCH v2] gnu: qbittorrent: Update to 4.5.2 Hilton Chain via Guix-patches via
2023-03-04  1:42   ` Leo Famulari
2023-03-05 20:18     ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.