summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-02-10 11:28:51 +0100
committerLudovic Courtès <ludo@gnu.org>2026-02-10 11:36:15 +0100
commit08888b0e61d6e6f8cfa770ece709edeea3b80d3d (patch)
treeb8ffcae930a1fc0472d3877742bb7ee6d06f7a8c
parentf922e98bec27f14f4f0d8c0bcd5756eaa8de9128 (diff)
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
-rw-r--r--gnu/packages/check.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d8e05d9b556..6ced586fe1e 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