gnu: emacs-auctex: Update to 13.1.6.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.6.
This commit is contained in:
		
							parent
							
								
									347733bcde
								
							
						
					
					
						commit
						9be7ffa5b4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3148,14 +3148,14 @@ as a library for other Emacs packages.")
 | 
			
		|||
(define-public emacs-auctex
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-auctex")
 | 
			
		||||
    (version "13.1.5")
 | 
			
		||||
    (version "13.1.6")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
			
		||||
                           "auctex-" version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "00g6js6089637w8alch4dvk140chjkyirsa8inh9ai6a6kkfvc3p"))))
 | 
			
		||||
        (base32 "0pdinnhkv7vqib01a6vxq1iixs7sw72r0sxzryv78c9hxn2k4552"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    ;; We use 'emacs' because AUCTeX requires dbus at compile time
 | 
			
		||||
    ;; ('emacs-minimal' does not provide dbus).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue