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

commit f0198a717f826deaa63a49399568b4ea937ede3d
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 36bc3282e2..b493521ab4 100644
--- a/gnu/packages/gnome-circle.scm
+++ b/gnu/packages/gnome-circle.scm
@@ -210,6 +210,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 f97a0deb2f..e7cc9ca8d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10654,8 +10654,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