gnu: emacs-xref: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									d3bed700a2
								
							
						
					
					
						commit
						d5fdd88739
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -27594,14 +27594,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.0.4")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
				
			||||||
                           "xref-" version ".el"))
 | 
					                           "xref-" version ".el"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0hkm59qqlsfw3w9ws9xhpmmz30ylifmh05a00ba58zvv1kz04x1g"))))
 | 
					        (base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
 | 
				
			||||||
    (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