gnu: emacs-ivy: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.14.0.
This commit is contained in:
		
							parent
							
								
									d785c84041
								
							
						
					
					
						commit
						ffcc7e56c6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11643,13 +11643,13 @@ hydras with one column per group of heads.")))
 | 
			
		|||
(define-public emacs-ivy
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-ivy")
 | 
			
		||||
    (version "0.13.4")
 | 
			
		||||
    (version "0.14.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0qpza1c45mr8fcpnm32cck4v22fnzz1yb7kww05rzgq1k9iivx5v"))))
 | 
			
		||||
        (base32 "1fzl7xcmxjg005g4676ac3jcshgmcmdr81ywmxvjcs8wj71v56jv"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list emacs-hydra))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue