emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32782: closed ([PATCH] gnu: qbittorrent: Update to


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32782: closed ([PATCH] gnu: qbittorrent: Update to 4.1.3.)
Date: Thu, 20 Sep 2018 19:33:00 +0000

Your message dated Thu, 20 Sep 2018 15:32:07 -0400
with message-id <address@hidden>
and subject line Re: [bug#32782] [PATCH] gnu: qbittorrent: Update to 4.1.3.
has caused the debbugs.gnu.org bug report #32782,
regarding [PATCH] gnu: qbittorrent: Update to 4.1.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32782: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32782
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: qbittorrent: Update to 4.1.3. Date: Thu, 20 Sep 2018 13:29:15 +0000
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.3.
[input]: Use python-wrapper instead of python.
---
 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 3937fac74..59fbd6906 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -409,7 +409,7 @@ desktops.")
 (define-public qbittorrent
   (package
     (name "qbittorrent")
-    (version "4.0.4")
+    (version "4.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -418,7 +418,7 @@ desktops.")
               (file-name (string-append name "-release-" version ".tar.gz"))
               (sha256
                (base32
-                "145r4lv7rqdhrm5znn3ndxsfdf579n46zvj7c53c422am8ir5xhp"))))
+                "00zrpnwanq9f7maky2z4wnzw08xy902s77scm2gcvxxxankr4j92"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -434,7 +434,7 @@ desktops.")
      `(("boost" ,boost)
        ("libtorrent-rasterbar" ,libtorrent-rasterbar)
        ("openssl" ,openssl)
-       ("python" ,python)
+       ("python" ,python-wrapper)
        ("qtbase" ,qtbase)
        ("qtsvg" ,qtsvg)
        ("zlib" ,zlib)))
--
2.19.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#32782] [PATCH] gnu: qbittorrent: Update to 4.1.3. Date: Thu, 20 Sep 2018 15:32:07 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Thu, Sep 20, 2018 at 01:29:15PM +0000, fis trivial wrote:
> 
> * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.3.
> [input]: Use python-wrapper instead of python.

Thanks! Pushed as ea2364621a57f4797a512caa53cbf0d4475c1c90

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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