guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 39c8a27c9ccb5e6fd746f06619f1beceeef9bd5a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 10:20:08 2026 +0000
gnu: Remove python-watchgod.
* gnu/packages/python-xyz.scm (python-watchgod): Delete variable.
Change-Id: I52cbd0577de38bb21094ed8f6ee5ef14741634e0
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aa891fb25f..8074d13895 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40687,9 +40687,6 @@ but portable.")
operating systems and an elegant approach to concurrency using threading.")
(license license:expat)))
-(define-deprecated/alias python-watchgod python-watchfiles)
-(export python-watchgod)
-
(define-public python-wcwidth
(package
(name "python-wcwidth")