gnu: emacs-xref: Fix ELPA URL.
* gnu/packages/emacs-xyz.scm (emacs-xref)[source]: Use “.tar” instead of “.el” in the URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									ee86a035c7
								
							
						
					
					
						commit
						953e7d84ce
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -27598,8 +27598,8 @@ work on alists, hash-table and arrays.  All functions are prefixed with
 | 
				
			||||||
    (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-"
 | 
				
			||||||
                           "xref-" version ".el"))
 | 
					                           version ".tar"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
 | 
					        (base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue