unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72933] [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6.
@ 2024-09-01 15:33 Hilton Chain via Guix-patches via
  2024-09-01 15:40 ` [bug#72933] [PATCH 1/2] gnu: qbittorrent: Update " Hilton Chain via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-01 15:33 UTC (permalink / raw)
  To: 72933; +Cc: Hilton Chain

*** BLURB HERE ***

Hilton Chain (2):
  gnu: qbittorrent: Update to 4.6.6.
  gnu: qbittorrent-enhanced: Update to 4.6.6.10.

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


base-commit: e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53
prerequisite-patch-id: 4e3ff0c99afaf274248ac18b899c3870f99a846c
prerequisite-patch-id: bdc76f30658e98588f74bd956d4859e6353672f7
prerequisite-patch-id: 4b4ad9449dc4ae9786c42193fb1237f63968f396
prerequisite-patch-id: 395fdfde8b9e7da90cf440016074ae32ce0d4069
prerequisite-patch-id: 479a14424e4531c453ed3c7ce735c6b8f77b26db
prerequisite-patch-id: cb2e326e8ae032c3dcc8e3bc9f7b4483eff0359d
prerequisite-patch-id: b30c933d7fbe30aebe660eb2cb97b85316b294e9
prerequisite-patch-id: 7af5407ecb71d89f0888f57aba956ffd8aadc7c8
prerequisite-patch-id: 553a7a0e54e809774d1c33e5847d4183052e027f
prerequisite-patch-id: 66a1f2daea0a365dd623eb501e8e5d64f95cf0d8
prerequisite-patch-id: 1f4f1e03d0a14d69f0b7bd38c45352d3da740112
prerequisite-patch-id: ed25ee0edfa1a953f15906a619a31d753abcc68a
prerequisite-patch-id: 39af2084d478edc408b86dc17b1974290af484da
prerequisite-patch-id: 9d07fea48cb08d20b43062940f573c94359d3651
prerequisite-patch-id: 347c60236ecb3d8f3e3e37dd560372fdd22b25eb
prerequisite-patch-id: 40880d14b91e09f9cdf4344433cd12dba437007e
prerequisite-patch-id: 90c667aac2c3cec8679c968f2e2aec3b3221c37b
--
2.45.2




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

* [bug#72933] [PATCH 1/2] gnu: qbittorrent: Update to 4.6.6.
  2024-09-01 15:33 [bug#72933] [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Hilton Chain via Guix-patches via
@ 2024-09-01 15:40 ` Hilton Chain via Guix-patches via
  2024-09-01 15:40 ` [bug#72933] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.6.10 Hilton Chain via Guix-patches via
  2024-09-05 16:47 ` bug#72933: [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Zheng Junjie
  2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-01 15:40 UTC (permalink / raw)
  To: 72933; +Cc: Hilton Chain

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.6.

Change-Id: I494f5f9e531aabdb6ba60ff418f6ba0cf45b46f4
---
 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 397448f06e..75bf7a02ac 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -530,7 +530,7 @@ (define-public libtorrent-rasterbar-1.2
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.6.4")
+    (version "4.6.6")
     (source
      (origin
        (method git-fetch)
@@ -539,7 +539,7 @@ (define-public qbittorrent
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fxjsad9d35pdy0cqjlip46kwgxfim10fy70x6wymn9pagwq9j7p"))))
+        (base32 "0kv7dgnfy8m480kxc4na9v9cjq9f9m3il191w7yvj4i8lz6jcaq1"))))
     (build-system qt-build-system)
     (arguments
      (list #:configure-flags #~(list "-DTESTING=ON")
-- 
2.45.2





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

* [bug#72933] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.6.10.
  2024-09-01 15:33 [bug#72933] [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Hilton Chain via Guix-patches via
  2024-09-01 15:40 ` [bug#72933] [PATCH 1/2] gnu: qbittorrent: Update " Hilton Chain via Guix-patches via
@ 2024-09-01 15:40 ` Hilton Chain via Guix-patches via
  2024-09-05 16:47 ` bug#72933: [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Zheng Junjie
  2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-01 15:40 UTC (permalink / raw)
  To: 72933; +Cc: Hilton Chain

* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.6.10.

Change-Id: Ib6da65a958ee27039b8ad6ca7f535c087725e365
---
 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 75bf7a02ac..5990851166 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -584,7 +584,7 @@ (define-public qbittorrent-enhanced
   (package
     (inherit qbittorrent)
     (name "qbittorrent-enhanced")
-    (version "4.6.4.10")
+    (version "4.6.6.10")
     (source
      (origin
        (method git-fetch)
@@ -594,7 +594,7 @@ (define-public qbittorrent-enhanced
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02g7677ck5r7yrh8vv3gwg6pfvychbykgzdaxa1xxdzqa7birff2"))))
+         "113lhxx8c7na94wckg18x5y7mbs5vwgaxdiafa03a59wwpakyqws"))))
     (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
     (description
      "qBittorrent Enhanced is a bittorrent client based on qBittorrent with
-- 
2.45.2





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

* bug#72933: [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6.
  2024-09-01 15:33 [bug#72933] [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Hilton Chain via Guix-patches via
  2024-09-01 15:40 ` [bug#72933] [PATCH 1/2] gnu: qbittorrent: Update " Hilton Chain via Guix-patches via
  2024-09-01 15:40 ` [bug#72933] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.6.10 Hilton Chain via Guix-patches via
@ 2024-09-05 16:47 ` Zheng Junjie
  2 siblings, 0 replies; 4+ messages in thread
From: Zheng Junjie @ 2024-09-05 16:47 UTC (permalink / raw)
  To: Hilton Chain via Guix-patches via; +Cc: Hilton Chain, 72933-done

[-- Attachment #1: Type: text/plain, Size: 1492 bytes --]

Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:

> *** BLURB HERE ***
>
> Hilton Chain (2):
>   gnu: qbittorrent: Update to 4.6.6.
>   gnu: qbittorrent-enhanced: Update to 4.6.6.10.
>
>  gnu/packages/bittorrent.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
>
> base-commit: e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53
> prerequisite-patch-id: 4e3ff0c99afaf274248ac18b899c3870f99a846c
> prerequisite-patch-id: bdc76f30658e98588f74bd956d4859e6353672f7
> prerequisite-patch-id: 4b4ad9449dc4ae9786c42193fb1237f63968f396
> prerequisite-patch-id: 395fdfde8b9e7da90cf440016074ae32ce0d4069
> prerequisite-patch-id: 479a14424e4531c453ed3c7ce735c6b8f77b26db
> prerequisite-patch-id: cb2e326e8ae032c3dcc8e3bc9f7b4483eff0359d
> prerequisite-patch-id: b30c933d7fbe30aebe660eb2cb97b85316b294e9
> prerequisite-patch-id: 7af5407ecb71d89f0888f57aba956ffd8aadc7c8
> prerequisite-patch-id: 553a7a0e54e809774d1c33e5847d4183052e027f
> prerequisite-patch-id: 66a1f2daea0a365dd623eb501e8e5d64f95cf0d8
> prerequisite-patch-id: 1f4f1e03d0a14d69f0b7bd38c45352d3da740112
> prerequisite-patch-id: ed25ee0edfa1a953f15906a619a31d753abcc68a
> prerequisite-patch-id: 39af2084d478edc408b86dc17b1974290af484da
> prerequisite-patch-id: 9d07fea48cb08d20b43062940f573c94359d3651
> prerequisite-patch-id: 347c60236ecb3d8f3e3e37dd560372fdd22b25eb
> prerequisite-patch-id: 40880d14b91e09f9cdf4344433cd12dba437007e
> prerequisite-patch-id: 90c667aac2c3cec8679c968f2e2aec3b3221c37b

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-09-05 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 15:33 [bug#72933] [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Hilton Chain via Guix-patches via
2024-09-01 15:40 ` [bug#72933] [PATCH 1/2] gnu: qbittorrent: Update " Hilton Chain via Guix-patches via
2024-09-01 15:40 ` [bug#72933] [PATCH 2/2] gnu: qbittorrent-enhanced: Update to 4.6.6.10 Hilton Chain via Guix-patches via
2024-09-05 16:47 ` bug#72933: [PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6 Zheng Junjie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).