gnu: emacs-xref: Update to 1.6.1.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.1.
This commit is contained in:
		
							parent
							
								
									52c4f11536
								
							
						
					
					
						commit
						dd25c46887
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -33680,14 +33680,14 @@ work on alists, hash-table and arrays.  All functions are prefixed with
 | 
				
			||||||
(define-public emacs-xref
 | 
					(define-public emacs-xref
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-xref")
 | 
					    (name "emacs-xref")
 | 
				
			||||||
    (version "1.6.0")
 | 
					    (version "1.6.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://elpa.gnu.org/packages/xref-"
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/xref-"
 | 
				
			||||||
                           version ".tar"))
 | 
					                           version ".tar"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0vqs2l4gypdx475yi0yic0mnsg1f9nm698gi90kh7xfcpmkfcgb4"))))
 | 
					        (base32 "0z9kpbnrdh9y9qlj2fa64v660biakvw6x3z9klqa47qcx8gbyqp6"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "http://elpa.gnu.org/packages/xref.html")
 | 
					    (home-page "http://elpa.gnu.org/packages/xref.html")
 | 
				
			||||||
    (synopsis "Cross-referencing commands")
 | 
					    (synopsis "Cross-referencing commands")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue