GNU bug report logs -
#69523
[PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 3 Mar 2024 13:28:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 69523 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed
from…
(qbittorrent-enhanced-nox): …this package, now redefined as a
DEPRECATED-PACKAGE.
Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
---
gnu/packages/bittorrent.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index d8abe84462..d53f717f0d 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -607,12 +607,15 @@ (define-public qbittorrent-enhanced
@item Peer whitelist/blacklist
@end itemize")))
-(define-public qbittorrent-enhanced-nox
+(define-public qbittorrent-enhanced-no-x
(package
(inherit qbittorrent-enhanced)
- (name "qbittorrent-enhanced-nox")
- (arguments (package-arguments qbittorrent-nox))
- (inputs (package-inputs qbittorrent-nox))))
+ (name "qbittorrent-enhanced-no-x")
+ (arguments (package-arguments qbittorrent-no-x))
+ (inputs (package-inputs qbittorrent-no-x))))
+
+(define-public qbittorrent-enhanced-nox
+ (deprecated-package "qbittorrent-enhanced-nox" qbittorrent-enhanced-no-x))
(define-public deluge
(package
--
2.41.0
This bug report was last modified 1 year and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.