guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit d0aa779491e833fb0ff230033e1f8132d190b790
Author: NoĆ© Lopez <[email protected]>
AuthorDate: Wed Dec 17 12:56:28 2025 +0100

    gnu: authenticator: Remove deprecation.
    
    It was deprecated 11 months ago in commit
    0e4561980c2ac3bae7ff8c760d20f5f7f2b4352a.
    
    * gnu/packages/gnome-circle.scm (authenticator): Remove variable.
    * gnu/packages/gnome.scm (authenticator): Remove variable.
    
    Change-Id: I962928a9b82a808f94c19ae694defebcb569bb27
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gnome-circle.scm | 3 ---
 gnu/packages/gnome.scm        | 2 --
 2 files changed, 5 deletions(-)

diff --git a/gnu/packages/gnome-circle.scm b/gnu/packages/gnome-circle.scm
index ff15ba2e8e..e13a6d7516 100644
--- a/gnu/packages/gnome-circle.scm
+++ b/gnu/packages/gnome-circle.scm
@@ -209,6 +209,3 @@ It features:
 Aegis (encrypted / plain-text), andOTP, Google Authenticator
 @end itemize")
     (license license:gpl3+)))
-
-(define-deprecated-package authenticator
-  gnome-authenticator)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e126321154..d202e90334 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10667,8 +10667,6 @@ specified duration and save it as a GIF encoded 
animated image file.")
 
 (define-deprecated/public-alias gnome-authenticator
   (@ (gnu packages gnome-circle) gnome-authenticator))
-(define-deprecated/public-alias authenticator
-  (@ (gnu packages gnome-circle) gnome-authenticator))
 
 (define-public gsound
   (package

Reply via email to