gnu: emacs-xelb: Update to 0.16.
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.16.
This commit is contained in:
		
							parent
							
								
									532f92c8f3
								
							
						
					
					
						commit
						503fe87098
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6576,14 +6576,14 @@ which code derived from Kelvin H's org-page.")
 | 
			
		|||
(define-public emacs-xelb
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-xelb")
 | 
			
		||||
    (version "0.15")
 | 
			
		||||
    (version "0.16")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://elpa.gnu.org/packages/xelb-"
 | 
			
		||||
                                  version ".tar"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "031rvgprsqhf344p9wsczr50vj2qcpwdmhxi80jdbrsm7wyxf3qz"))))
 | 
			
		||||
                "03wsr1jr7f7zfd80h864rd4makwh4widdnj1kjv2xyjwdgap9rl8"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    ;; The following functions and variables needed by emacs-xelb are
 | 
			
		||||
    ;; not included in emacs-minimal:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue