guix_mirror_bot pushed a commit to branch fix-6603-2
in repository guix.

commit e4b34ef61cbfd309a6c99707fd6e39c819ca981d
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 21 20:31:09 2026 +0100

    Revert "gnu: python-nose: Use ‘define-deprecated-package’."
    
    This reverts commit 08888b0e61d6e6f8cfa770ece709edeea3b80d3d.
    
    Fixes: guix/guix#6603
---
 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 d1c72a7144..0ee66335f3 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1563,7 +1563,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-package python-nose python-pynose)
+(define-deprecated/public-alias python-nose python-pynose)
 
 (define-public python-nose2
   (package

Reply via email to