gnu: emacs-ctrlf: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.1.
This commit is contained in:
		
							parent
							
								
									9a5d56e047
								
							
						
					
					
						commit
						316df38a44
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1717,7 +1717,7 @@ than @code{electric-indent-mode}.")
 | 
				
			||||||
(define-public emacs-ctrlf
 | 
					(define-public emacs-ctrlf
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-ctrlf")
 | 
					    (name "emacs-ctrlf")
 | 
				
			||||||
    (version "1.0")
 | 
					    (version "1.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1726,7 +1726,7 @@ than @code{electric-indent-mode}.")
 | 
				
			||||||
             (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 "10gnhafas54zj3z9173h1g7b519ac4i26afclmw3w1pk6qyyb03z"))))
 | 
					        (base32 "1ffcjf0ff0748gqipkklz6jmcj4f3blgzdcax93ql9ws8bmvlsdc"))))
 | 
				
			||||||
    (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