summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-06-10 13:18:24 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-01 12:26:51 +0200
commit7b0d5403cc312b5d2c1d7cd3f8dd1ecefa76ec83 (patch)
tree529b8b400d840d93a9f4adbe4b8257613dccce8e
parent4a63012aba984bf7cad6a06fbfff2b5a3feed66e (diff)
gnu: Remove emacs-2048-game-superseded-version.
* gnu/packages/emacs-xyz.scm (emacs-2048-game-superseded-version): Delete variable. Change-Id: Ic5b5546472bd012fed7d4934d7e7ac65ad6e74c1
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 0 insertions, 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
15682board and goal value can be customized.") 15682board and goal value can be customized.")
15683 (license license:gpl3+)))) 15683 (license license:gpl3+))))
15684 15684
15685(define-public emacs-2048-game-superseded-version
15686 (package
15687 (inherit emacs-2048-game)
15688 (version "20151026.1233")
15689 (properties (list (cons 'superseded emacs-2048-game)))))
15690
15691(define-public emacs-chess 15685(define-public emacs-chess
15692 (package 15686 (package
15693 (name "emacs-chess") 15687 (name "emacs-chess")