gnu: libime: Update to 1.0.5.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.5.
This commit is contained in:
		
							parent
							
								
									688c066e35
								
							
						
					
					
						commit
						3d5cca1a32
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -172,14 +172,14 @@ client.")
 | 
				
			||||||
(define-public libime
 | 
					(define-public libime
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libime")
 | 
					    (name "libime")
 | 
				
			||||||
    (version "1.0.4")
 | 
					    (version "1.0.5")
 | 
				
			||||||
    (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 "0bwl12cy7crpf62f669qn99rv4df1sjlggvcn80z64yabs36nhjr"))))
 | 
					        (base32 "1w3cxk11kbfmz7snivxq948zfav6dy2245j12ghlxcmdxjshrlhq"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("fcitx5" ,fcitx5)
 | 
					     `(("fcitx5" ,fcitx5)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue