gnu: emacs-ctrlf: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.3.
This commit is contained in:
		
							parent
							
								
									ba35d2b565
								
							
						
					
					
						commit
						acec0d9f5d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2058,7 +2058,7 @@ is set.")
 | 
				
			||||||
(define-public emacs-ctrlf
 | 
					(define-public emacs-ctrlf
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-ctrlf")
 | 
					    (name "emacs-ctrlf")
 | 
				
			||||||
    (version "1.2")
 | 
					    (version "1.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2067,7 +2067,7 @@ is set.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1f0k3432brc96am6az6xr1nks1vacqzixhdgwfn2xklb8if9a5xi"))))
 | 
					        (base32 "06wq6scqy2ax0h6aahy2r7hn3bbmkzl4w99bkrc3cqd4ij78sc8g"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/raxod502/ctrlf/")
 | 
					    (home-page "https://github.com/raxod502/ctrlf/")
 | 
				
			||||||
    (synopsis "Single-buffer text search in Emacs")
 | 
					    (synopsis "Single-buffer text search in Emacs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue