gnu: emacs-company: Update to 0.9.3.
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
		
							parent
							
								
									ca8f3f9a51
								
							
						
					
					
						commit
						1262a2abca
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2077,7 +2077,7 @@ build jobs.")
 | 
				
			||||||
(define-public emacs-company
 | 
					(define-public emacs-company
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-company")
 | 
					    (name "emacs-company")
 | 
				
			||||||
    (version "0.8.12")
 | 
					    (version "0.9.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2086,7 +2086,7 @@ build jobs.")
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1vwmbqm7h4lrszv2qxy6fqzznm9raigi84cadx982c9m7shp0zzz"))))
 | 
					         "1fyrpchpdmvszssy1qmsw41aqpv6q5rybvs1bw00nv9xdhiaq4vh"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "http://company-mode.github.io/")
 | 
					    (home-page "http://company-mode.github.io/")
 | 
				
			||||||
    (synopsis "Modular text completion framework")
 | 
					    (synopsis "Modular text completion framework")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue