gnu: emacs-company-quickhelp: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-company-quickhelp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									264c773e06
								
							
						
					
					
						commit
						6859cac498
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -2942,14 +2942,13 @@ for the current function or variable in the minibuffer.")
 | 
				
			||||||
    (version "2.3.0")
 | 
					    (version "2.3.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (string-append
 | 
					       (uri (git-reference
 | 
				
			||||||
             "https://github.com/expez/company-quickhelp/archive/"
 | 
					             (url "https://github.com/expez/company-quickhelp.git")
 | 
				
			||||||
             version ".tar.gz"))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
 | 
				
			||||||
         "0xrn2z1dgk5gmkmp2jkn9g83ckk39lqp5pyyv8rl7f6gqvib3qh0"))))
 | 
					 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-pos-tip" ,emacs-pos-tip)
 | 
					     `(("emacs-pos-tip" ,emacs-pos-tip)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue