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

commit d608b5c08c4d82a0c5690c2c35dedfa3b17fc07e
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Aug 31 12:26:07 2026 -0400

    gnu: Remove emacs-map.
    
    The version built into Emacs 31.1 is more recent despite having the same
    version number.
    
    * gnu/packages/emacs-xyz.scm (emacs-map): Delete variable.
    (emacs-inspirehep, emacs-burly, emacs-tomelr)[propagated-inputs]:
    Adjust accordingly.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index abce4bd910..68a7ee5741 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1930,7 +1930,7 @@ Common Lisp or Smalltalk, but for Emacs Lisp.")
       (build-system emacs-build-system)
       (arguments (list #:tests? #f))    ;no tests
       (propagated-inputs
-       (list emacs-map emacs-pdf-tools emacs-companion-mode))
+       (list emacs-pdf-tools emacs-companion-mode))
       (home-page "https://codeberg.org/rahguzar/inspirehep.el/";)
       (synopsis "Search literature references for high energy physics")
       (description
@@ -47877,26 +47877,6 @@ franchise.")
 s-expression.")
       (license license:expat))))
 
-(define-public emacs-map
-  (package
-    (name "emacs-map")
-    (version "3.3.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/map-";
-                           version ".tar"))
-       (sha256
-        (base32
-         "1gvywhdfg27nx6pyq7yfwq9x6j96jama59i5s9rp41pvg2dlmvm0"))))
-    (build-system emacs-build-system)
-    (home-page "https://elpa.gnu.org/packages/map.html";)
-    (synopsis "Map manipulation functions")
-    (description "This package provides Emacs map-manipulation functions that
-work on alists, hash-table and arrays.  All functions are prefixed with
-@code{map-}.")
-    (license license:gpl3+)))
-
 (define-public emacs-xref
   (package
     (name "emacs-xref")
@@ -47950,8 +47930,6 @@ commands, in particular @code{find-definition}.")
        (sha256
         (base32 "04qqxwb6pavgvis0irfg4s5rj2j5zja6gp78inb67fbvb0g4h84c"))))
     (build-system emacs-build-system)
-    (propagated-inputs
-     (list emacs-map))
     (home-page "https://github.com/alphapapa/burly.el";)
     (synopsis "Save and restore frame/window configurations with buffers")
     (description "This package provides tools to save and restore frame and
@@ -48840,7 +48818,6 @@ are documented in the docstring for @code{setup}.")
               (substitute* "test/all-tests.el"
                 (("\\(file-truename \\(vc-git-root default-directory\\)\\)")
                  (format #f "~s" (getcwd)))))))))
-    (propagated-inputs (list emacs-map))
     (home-page "https://github.com/kaushalmodi/tomelr/";)
     (synopsis "Emacs-Lisp library for converting S-expressions to TOML")
     (description

Reply via email to