GNU bug report logs -
#32782
[PATCH] gnu: qbittorrent: Update to 4.1.3.
Previous Next
Reported by: fis trivial <ybbs.daans <at> hotmail.com>
Date: Thu, 20 Sep 2018 13:30:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32782 in the body.
You can then email your comments to 32782 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32782
; Package
guix-patches
.
(Thu, 20 Sep 2018 13:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
fis trivial <ybbs.daans <at> hotmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Sep 2018 13:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Thu, 20 Sep 2018 19:33:00 GMT)
Full text and
rfc822 format available.
Notification sent
to
fis trivial <ybbs.daans <at> hotmail.com>
:
bug acknowledged by developer.
(Thu, 20 Sep 2018 19:33:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 32782-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 19 Oct 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.