hako pushed a commit to branch master
in repository guix.

commit 8d6d5b2a947b1ca2ff42709ee5faefec53d6cb10
Author: Hilton Chain <[email protected]>
AuthorDate: Sun Mar 3 21:17:02 2024 +0800

    gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.
    
    * 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 @@ the following features:
 @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

Reply via email to