all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72492] [PATCH 0/2] gnu: qbittorrent: Update to 4.6.5.
@ 2024-08-06  9:55 Adam Faiz via Guix-patches via
  2024-08-06  9:57 ` [bug#72492] [PATCH 1/2] " Adam Faiz via Guix-patches via
  2024-08-06  9:59 ` [bug#72492] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.5.10 Adam Faiz via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Faiz via Guix-patches via @ 2024-08-06  9:55 UTC (permalink / raw)
  To: 72492

From 1ffbc4784aaab46710cc720f69e4f8b2a24c6683 Mon Sep 17 00:00:00 2001
Message-ID: <cover.1722937824.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Tue, 6 Aug 2024 17:50:24 +0800
Subject: [PATCH 0/2] gnu: qbittorrent: Update to 4.6.5.

AwesomeAdam54321 (2):
  gnu: qbittorrent: Update to 4.6.5.
  gnu: qbittorrent-enhanced: Update to 4.6.5.10.

 gnu/packages/bittorrent.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
-- 
2.41.0




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

* [bug#72492] [PATCH 1/2] gnu: qbittorrent: Update to 4.6.5.
  2024-08-06  9:55 [bug#72492] [PATCH 0/2] gnu: qbittorrent: Update to 4.6.5 Adam Faiz via Guix-patches via
@ 2024-08-06  9:57 ` Adam Faiz via Guix-patches via
  2024-08-06  9:59 ` [bug#72492] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.5.10 Adam Faiz via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Faiz via Guix-patches via @ 2024-08-06  9:57 UTC (permalink / raw)
  To: 72492

From d8e6261c4eb65b35917fe0b518c85ec0de97f98a Mon Sep 17 00:00:00 2001
Message-ID: <d8e6261c4eb65b35917fe0b518c85ec0de97f98a.1722937824.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1722937824.git.adam.faiz@disroot.org>
References: <cover.1722937824.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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




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

* [bug#72492] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.5.10.
  2024-08-06  9:55 [bug#72492] [PATCH 0/2] gnu: qbittorrent: Update to 4.6.5 Adam Faiz via Guix-patches via
  2024-08-06  9:57 ` [bug#72492] [PATCH 1/2] " Adam Faiz via Guix-patches via
@ 2024-08-06  9:59 ` Adam Faiz via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Faiz via Guix-patches via @ 2024-08-06  9:59 UTC (permalink / raw)
  To: 72492

From 1ffbc4784aaab46710cc720f69e4f8b2a24c6683 Mon Sep 17 00:00:00 2001
Message-ID: <1ffbc4784aaab46710cc720f69e4f8b2a24c6683.1722937824.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1722937824.git.adam.faiz@disroot.org>
References: <cover.1722937824.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Tue, 6 Aug 2024 17:49:15 +0800
Subject: [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.5.10.

* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.5.10.
---
 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 bb3add4067..5c2fa9c688 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -583,7 +583,7 @@ (define-public qbittorrent-enhanced
   (package
     (inherit qbittorrent)
     (name "qbittorrent-enhanced")
-    (version "4.6.4.10")
+    (version "4.6.5.10")
     (source
      (origin
        (method git-fetch)
@@ -593,7 +593,7 @@ (define-public qbittorrent-enhanced
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02g7677ck5r7yrh8vv3gwg6pfvychbykgzdaxa1xxdzqa7birff2"))))
+         "0hzshbm4pzs9rpxz12xa2bs3q8i4qwcxfw8zg8n6k5gm7i8h6bb3"))))
     (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
     (description
      "qBittorrent Enhanced is a bittorrent client based on qBittorrent with
-- 
2.41.0




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

end of thread, other threads:[~2024-08-06 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06  9:55 [bug#72492] [PATCH 0/2] gnu: qbittorrent: Update to 4.6.5 Adam Faiz via Guix-patches via
2024-08-06  9:57 ` [bug#72492] [PATCH 1/2] " Adam Faiz via Guix-patches via
2024-08-06  9:59 ` [bug#72492] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.5.10 Adam Faiz via Guix-patches via

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.