GNU bug report logs -
#78196
[PATCH] gnu: deluge: Update to 2.2.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Thu, 1 May 2025 16:56:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 78196 in the body.
You can then email your comments to 78196 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#78196
; Package
guix-patches
.
(Thu, 01 May 2025 16:56:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 01 May 2025 16:56:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (deluge): Update to 2.2.0.
[arguments]<#:phases>: Drop 'fix-deluge-console.
Change-Id: Iad8461c7ea73042fb208ea182f4dc67d4e74adcf
---
gnu/packages/bittorrent.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index c20be74f7f..b2f22739ae 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -585,7 +585,7 @@ (define-public qbittorrent-enhanced-nox
(define-public deluge
(package
(name "deluge")
- (version "2.1.1")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
@@ -594,7 +594,7 @@ (define-public deluge
(version-major+minor version) "/deluge-" version ".tar.xz"))
(sha256
(base32
- "1xyz8bscwqmd7d8b43svxl42w54pnisvwkkrndx46hifh0cx73bn"))))
+ "1kbac1qjbddcib0bldqaf0dcq5mqi9i2jv2fd4fayam4bcmjgfmr"))))
(build-system python-build-system)
(inputs (list bash-minimal))
(propagated-inputs
@@ -629,13 +629,6 @@ (define-public deluge
`(#:tests? #f
#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'fix-deluge-console
- (lambda _
- ;; Backport patch for: https://dev.deluge-torrent.org/ticket/3582
- ;; Should be removed for release 2.1.1.
- (substitute* "deluge/ui/console/__init__.py"
- ((" return Console\\(\\).start\\(\\)")
- " Console().start()"))))
(add-after 'install 'wrap
(lambda* (#:key native-inputs inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
--
2.49.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 05 May 2025 14:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Mon, 05 May 2025 14:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 78196-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Jun 2025 11:24:59 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.