[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-
From: |
guix-commits |
Subject: |
12/13: gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x. |
Date: |
Fri, 8 Mar 2024 22:15:42 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 8d6d5b2a947b1ca2ff42709ee5faefec53d6cb10
Author: Hilton Chain <hako@ultrarare.space>
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
- branch master updated (c7c99aeb3c -> 52f9db6503), guix-commits, 2024/03/08
- 04/13: gnu: font-chiron-hei-hk: Update to 2.509., guix-commits, 2024/03/08
- 06/13: gnu: sway: Update to 1.9., guix-commits, 2024/03/08
- 01/13: gnu: patatt: Update to 0.6.3., guix-commits, 2024/03/08
- 12/13: gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.,
guix-commits <=
- 08/13: gnu: font-lxgw-wenkai: Update to 1.320., guix-commits, 2024/03/08
- 05/13: gnu: font-chiron-sung-hk: Split outputs., guix-commits, 2024/03/08
- 02/13: linux-initrd: Avoid looking up builtin modules., guix-commits, 2024/03/08
- 03/13: gnu: font-chiron-sung-hk: Update to 1.011., guix-commits, 2024/03/08
- 07/13: gnu: sway: Update package style., guix-commits, 2024/03/08
- 09/13: gnu: font-lxgw-wenkai-tc: Update to 1.320., guix-commits, 2024/03/08
- 11/13: gnu: qbittorrent-no-x: Actually remove qtsvg from inputs., guix-commits, 2024/03/08
- 10/13: gnu: qbittorrent-enhanced: Update to 4.6.3.10., guix-commits, 2024/03/08
- 13/13: gnu: Add sioyek., guix-commits, 2024/03/08