guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 08888b0e61d6e6f8cfa770ece709edeea3b80d3d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Feb 10 11:28:51 2026 +0100
gnu: python-nose: Use ‘define-deprecated-package’.
* gnu/packages/check.scm (python-nose): Use ‘define-deprecated-package’.
Fixes: guix-science/guix-past#37
Change-Id: I7c47db52b483980806e066f48231ede88deb3871
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d8e05d9b55..6ced586fe1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1526,7 +1526,7 @@ available via the @code{unittest.mock} module.")
;; XXX: Deprecated on <2026-01-26>.
;;; This package is unmaintained (see the note at the top of doc/index.rst).
;;; Pynose is actively maintained successor of Nose tests runner.
-(define-deprecated/public-alias python-nose python-pynose)
+(define-deprecated-package python-nose python-pynose)
(define-public python-nose2
(package