gnu: emacs-selectrum: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 2.0.
This commit is contained in:
		
							parent
							
								
									f01c3c41be
								
							
						
					
					
						commit
						46d2236404
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6205,7 +6205,7 @@ for Ivy and Company that make use of the library.")
 | 
			
		|||
(define-public emacs-selectrum
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-selectrum")
 | 
			
		||||
    (version "1.0")
 | 
			
		||||
    (version "2.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -6214,7 +6214,7 @@ for Ivy and Company that make use of the library.")
 | 
			
		|||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "105zl102dwbzvk50xh6b824nq6p24kxhky18ghdnk5yi5sv620lm"))))
 | 
			
		||||
        (base32 "08wm4ybidn8g7sy5a009lnsm0f1p7a3jfzpzxnzylvnyrmyhi3y4"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (home-page "https://github.com/raxod502/selectrum/")
 | 
			
		||||
    (synopsis "Incremental narrowing in Emacs")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue