gnu: emacs-eglot: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.8.
This commit is contained in:
		
							parent
							
								
									a343312ec6
								
							
						
					
					
						commit
						20f798f30f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -14437,14 +14437,14 @@ Emacs.")
 | 
				
			||||||
(define-public emacs-eglot
 | 
					(define-public emacs-eglot
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-eglot")
 | 
					    (name "emacs-eglot")
 | 
				
			||||||
    (version "1.7")
 | 
					    (version "1.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
				
			||||||
                           "eglot-" version ".tar"))
 | 
					                           "eglot-" version ".tar"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
 | 
					        (base32 "1n04jnf3wwpxafrzfd02l53wf90brjc8p835f84k0n0rjxin99k5"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-eldoc emacs-jsonrpc emacs-project))
 | 
					     (list emacs-eldoc emacs-jsonrpc emacs-project))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue