GNU bug report logs - #72492
[PATCH 0/2] gnu: qbittorrent: Update to 4.6.5.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Tue, 6 Aug 2024 09:57:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 72492 <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 72492 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: qbittorrent: Update to 4.6.5.
Date: Tue, 6 Aug 2024 17:57:31 +0800
From d8e6261c4eb65b35917fe0b518c85ec0de97f98a Mon Sep 17 00:00:00 2001
Message-ID: <d8e6261c4eb65b35917fe0b518c85ec0de97f98a.1722937824.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1722937824.git.adam.faiz <at> disroot.org>
References: <cover.1722937824.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Tue, 6 Aug 2024 17:48:22 +0800
Subject: [PATCH 1/2] gnu: qbittorrent: Update to 4.6.5.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.5.
---
 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 a5a772bd5b..bb3add4067 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -529,7 +529,7 @@ (define-public libtorrent-rasterbar-1.2
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.6.4")
+    (version "4.6.5")
     (source
      (origin
        (method git-fetch)
@@ -538,7 +538,7 @@ (define-public qbittorrent
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fxjsad9d35pdy0cqjlip46kwgxfim10fy70x6wymn9pagwq9j7p"))))
+        (base32 "1bsfjf3z5g43sjp5hhcray5ny90ldbl14l4p07fmiqggydp4wqms"))))
     (build-system qt-build-system)
     (arguments
      (list #:configure-flags #~(list "-DTESTING=ON")
-- 
2.41.0




This bug report was last modified 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.