gnu: emacs-consult: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 1.4. Change-Id: Iccbcb701f62cac8b3f6291c2edfb715ae9e13770
This commit is contained in:
		
							parent
							
								
									bd0ce11057
								
							
						
					
					
						commit
						03e5ec829e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -12102,7 +12102,7 @@ style, or as multiple word prefixes.")
 | 
			
		|||
(define-public emacs-consult
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-consult")
 | 
			
		||||
    (version "1.2")
 | 
			
		||||
    (version "1.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -12110,7 +12110,7 @@ style, or as multiple word prefixes.")
 | 
			
		|||
             (url "https://github.com/minad/consult")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1466f6j9bxw9mh0ad9yv2qfkhzlz1ysgch53nlkvbry4llhdhj43"))
 | 
			
		||||
        (base32 "0kp1xrivs111d8ksjyf3m1ldzb8qknwrh2k2lzbrq6yiwc4bigy7"))
 | 
			
		||||
       (file-name (git-file-name name version))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue