gnu: emacs-pyim: Update to 5.2.3.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.3. [propagated-inputs]: Remove EMACS-PYIM-BASEDICT.
This commit is contained in:
		
							parent
							
								
									d6551d68fb
								
							
						
					
					
						commit
						e9dc7c8b24
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -14881,17 +14881,16 @@ containing words from the Rime project.") | |||
| (define-public emacs-pyim | ||||
|   (package | ||||
|     (name "emacs-pyim") | ||||
|     (version "4.1.0") | ||||
|     (version "5.2.3") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar")) | ||||
|        (sha256 | ||||
|         (base32 "1q4b3y72gbkl5z31brlnjqjl30lgqm2d1zlqrbkqnnfy5hjgazk9")))) | ||||
|         (base32 "189r0qkd8nv5zjg2ljbzbj086jb8xbl4yd1jliz4azaprv8fhqv0")))) | ||||
|     (build-system emacs-build-system) | ||||
|     (propagated-inputs | ||||
|      (list emacs-async emacs-pyim-basedict emacs-popup emacs-posframe | ||||
|            emacs-xr)) | ||||
|      (list emacs-async emacs-popup emacs-posframe emacs-xr)) | ||||
|     (home-page "https://github.com/tumashu/pyim") | ||||
|     (synopsis "Chinese input method") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue