guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4a30244e8ae18d16fee429ef0467c0fa4f54b011
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:18:27 2026 +0000
gnu: python-pythondialog: Deprecate in favor of python-dialog.
* gnu/packages/python-xyz.scm (python-pythondialog): Proper deprecate
variable.
Change-Id: Ic76ad0fa92bb8eb7ffe47b06a8ba8ea70a54de24
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e59159de0..1acc3176d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18755,8 +18755,7 @@ easy to use, pythonic and comprehensive Python
interface to dialog. This
allows one to make simple text-mode user interfaces on Unix-like systems")
(license license:lgpl2.1)))
-(define-public python-pythondialog
- (deprecated-package "python-pythondialog" python-dialog))
+(define-deprecated-package python-pythondialog python-dialog)
(define-public python-confection
(package