From 7b0d5403cc312b5d2c1d7cd3f8dd1ecefa76ec83 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 10 Jun 2026 13:18:24 +0200 Subject: gnu: Remove emacs-2048-game-superseded-version. * gnu/packages/emacs-xyz.scm (emacs-2048-game-superseded-version): Delete variable. Change-Id: Ic5b5546472bd012fed7d4934d7e7ac65ad6e74c1 --- gnu/packages/emacs-xyz.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 92e93858966..4dda92e76c5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15682,12 +15682,6 @@ The goal of this game is to create a tile with value 2048. The size of the board and goal value can be customized.") (license license:gpl3+)))) -(define-public emacs-2048-game-superseded-version - (package - (inherit emacs-2048-game) - (version "20151026.1233") - (properties (list (cons 'superseded emacs-2048-game))))) - (define-public emacs-chess (package (name "emacs-chess") -- cgit v1.2.3