gnu: emacs-consult: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.10. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
		
							parent
							
								
									d908da107e
								
							
						
					
					
						commit
						006b9c85f5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8205,7 +8205,7 @@ style, or as multiple word prefixes.")
 | 
				
			||||||
(define-public emacs-consult
 | 
					(define-public emacs-consult
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-consult")
 | 
					    (name "emacs-consult")
 | 
				
			||||||
    (version "0.9")
 | 
					    (version "0.10")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8213,7 +8213,7 @@ style, or as multiple word prefixes.")
 | 
				
			||||||
             (url "https://github.com/minad/consult")
 | 
					             (url "https://github.com/minad/consult")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0iy6lrqbpi4lv7141rdawpn278rxinfxspwb81n04azyxrk28vlw"))
 | 
					        (base32 "131342149xvmrcr3iwmx05id7358158i6m9an8izdpggsnwhs3i4"))
 | 
				
			||||||
       (file-name (git-file-name name version))))
 | 
					       (file-name (git-file-name name version))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue