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

commit 162bd5978cd844f173782f8fb60b994869379497
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Aug 31 12:43:58 2026 -0400

    gnu: Remove emacs-ntlm.
    
    The version built into Emacs 31.1 is more recent despite having the same
    version number.
    
    * gnu/packages/emacs-xyz.scm (emacs-ntlm): Delete variable.
    (emacs-url-http-ntlm)[propagated-inputs]: Adjust accordingly.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 68a7ee5741..0d85602efe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41931,24 +41931,6 @@ provided.  Those alternative commands are and bound by 
default to their
 corresponding Evil keys.")
       (license license:expat))))
 
-(define-public emacs-ntlm
-  (package
-    (name "emacs-ntlm")
-    (version "2.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/ntlm-"; version 
".el"))
-       (sha256
-        (base32 "01d0bcmh8a36qf871w6bc05kjk9bmnh843m9869xw06zyvqwg9mv"))))
-    (build-system emacs-build-system)
-    (home-page "https://elpa.gnu.org/packages/ntlm.html";)
-    (synopsis "NTLM (NT LanManager) authentication support")
-    (description
-     "This library is a direct translation of the Samba release 2.2.0
-implementation of Windows NT and LanManager compatible password encryption.")
-    (license license:gpl3+)))
-
 (define-public emacs-numpydoc
   (package
     (name "emacs-numpydoc")
@@ -42050,7 +42032,6 @@ advice system without dropping support for Emacs<24.4.")
        (sha256
         (base32 "06bfw1w128gg9b60pb3wcpcib33jf13y1niyhs6grhm7yq11waz2"))))
     (build-system emacs-build-system)
-    (propagated-inputs (list emacs-ntlm))
     (home-page "https://elpa.gnu.org/packages/url-http-ntlm.html";)
     (synopsis "NTLM authentication for the url library")
     (description "This package provides a NTLM handler for the URL package.")

Reply via email to