guix_mirror_bot pushed a commit to branch remove-emacs-seq in repository guix.
commit 20cf9afa0219fc4fc3273fbd6515ef29db7171b3 Author: Ian Eure <[email protected]> AuthorDate: Sat Jul 12 08:44:36 2025 -0700 gnu: Remove emacs-seq. * gnu/packages/emacs-xyz.scm (emacs-seq): Delete variable. Change-Id: I6e5183820570ca525a1e5784b20cce9583df3adf --- gnu/packages/emacs-xyz.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 132d197d5c..9bd0fce900 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -43596,25 +43596,6 @@ reading tool that lets you go down the rabbit hole without leaving current buffer.") (license license:gpl3+))) -(define-public emacs-seq - (package - (name "emacs-seq") - (version "2.24") - (source - (origin - (method url-fetch) - (uri (string-append "https://elpa.gnu.org/packages/seq-" version ".tar")) - (sha256 - (base32 "1w2cysad3qwnzdabhq9xipbslsjm528fcxkwnslhlkh8v07karml")))) - (build-system emacs-build-system) - (home-page "https://elpa.gnu.org/packages/seq.html") - (synopsis "Sequence manipulation functions") - (description - "This Emacs package provides sequence manipulation functions that -complement basic functions provided by @file{subr.el}. All its functions -are prefixed with @code{seq-} and work on lists, strings, and vectors.") - (license license:gpl3+))) - (define-public emacs-setup (package (name "emacs-setup")
