gnu: emacs-xr: Update to 1.19.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.19.
This commit is contained in:
		
							parent
							
								
									33eab4a10d
								
							
						
					
					
						commit
						14b0dcc7f7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1002,13 +1002,13 @@ in certain cases.  It also enables recursion for anonymous functions.")
 | 
			
		|||
(define-public emacs-xr
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-xr")
 | 
			
		||||
    (version "1.18")
 | 
			
		||||
    (version "1.19")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1nq9pj47sxgpkw97c2xrkhgcwh3zsfd2a22qiqbl4i9zf2l9yy91"))))
 | 
			
		||||
        (base32 "1aa3iqh0r635jw8k89zh8y4am9d4hfrqpk9mrdh2b51invjn8llq"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (home-page "https://elpa.gnu.org/packages/xr.html")
 | 
			
		||||
    (synopsis "Convert string regexp to rx notation")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue