gnu: emacs-xref: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.7.0. Change-Id: I6491d878fa366f52708b7dd65eab15138d78cbbe
This commit is contained in:
		
							parent
							
								
									7a7a2e7ef2
								
							
						
					
					
						commit
						12bf62af1a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -38289,14 +38289,14 @@ work on alists, hash-table and arrays.  All functions are prefixed with
 | 
			
		|||
(define-public emacs-xref
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-xref")
 | 
			
		||||
    (version "1.6.3")
 | 
			
		||||
    (version "1.7.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/xref-"
 | 
			
		||||
                           version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0ccfp47y769zrb5sza8skzy4nj4793lzd0jn5c83s3g916gp304l"))))
 | 
			
		||||
        (base32 "0jy49zrkqiqg9131k24y6nyjnq2am4dwwdrqmginrrwzvi3y9d24"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (home-page "https://elpa.gnu.org/packages/xref.html")
 | 
			
		||||
    (synopsis "Cross-referencing commands")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue