gnu: libime: Update to 1.0.10.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.10.
This commit is contained in:
		
							parent
							
								
									a133a0288c
								
							
						
					
					
						commit
						71d56cfa99
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -163,14 +163,14 @@ client.") | ||||||
| (define-public libime | (define-public libime | ||||||
|   (package |   (package | ||||||
|     (name "libime") |     (name "libime") | ||||||
|     (version "1.0.7") |     (version "1.0.10") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" |        (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" | ||||||
|                            version "_dict.tar.xz")) |                            version "_dict.tar.xz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "06smx1kqq3qh0xra8070cjfhw79hcm0vksrswk05wq6jyhvrk5sd")))) |         (base32 "0dknxf5lf5a6kam39rp7y1h2p47bwb6pnlc8fsrhmiv7rw2pkq0f")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (inputs |     (inputs | ||||||
|      (list fcitx5 boost)) |      (list fcitx5 boost)) | ||||||
|  |  | ||||||
		Reference in a new issue