guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qbittorrent: Update to 4.6.3.


From: guix-commits
Subject: branch master updated: gnu: qbittorrent: Update to 4.6.3.
Date: Wed, 28 Feb 2024 09:16:47 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1536853d5e gnu: qbittorrent: Update to 4.6.3.
1536853d5e is described below

commit 1536853d5eb8b3a080cf21ee128e214fdde8870d
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Wed Feb 28 13:56:49 2024 +0300

    gnu: qbittorrent: Update to 4.6.3.
    
    * gnu/packages/bittorrent.scm (qbittorrent)[version]: Update to 4.6.3.
    [inputs]: Use libtorrent-rasterbar 2.0.9.
---
 gnu/packages/bittorrent.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 0d544235c1..264e9e9724 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -529,7 +529,7 @@ desktops.")
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.6.2")
+    (version "4.6.3")
     (source
      (origin
        (method git-fetch)
@@ -538,7 +538,7 @@ desktops.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wps17iv4gj7y751fibvcxk51v09wyniv6xm2yx429dj7z8rfmzs"))))
+        (base32 "01d393v0v4c9rp909l3ddif984pp1z6sym74yc0kgxqq2kplj5g1"))))
     (build-system qt-build-system)
     (arguments
      (list #:configure-flags #~(list "-DTESTING=ON")
@@ -547,7 +547,7 @@ desktops.")
      (list qttools-5))
     (inputs
      (list boost
-           libtorrent-rasterbar-1.2
+           libtorrent-rasterbar
            openssl
            python-wrapper
            qtsvg-5



reply via email to

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