gnu: fcitx5: Update to 5.1.5.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.5. Change-Id: I6e3ac3c8ad77fd53d431bd1501ae6b44ad49a66a
This commit is contained in:
		
							parent
							
								
									9a89b4f2ec
								
							
						
					
					
						commit
						f3abc356cd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -87,7 +87,7 @@ client.")
 | 
				
			||||||
(define-public fcitx5
 | 
					(define-public fcitx5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "fcitx5")
 | 
					    (name "fcitx5")
 | 
				
			||||||
    (version "5.1.0")
 | 
					    (version "5.1.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -95,7 +95,7 @@ client.")
 | 
				
			||||||
             "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
 | 
					             "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
 | 
				
			||||||
             version "_dict.tar.xz"))
 | 
					             version "_dict.tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1a1d3bcxddv3hsmffgf608arhamia17bq82q932sy5zl9j8s423y"))))
 | 
					        (base32 "108a8561wh01vl5gqp2rnmnrh9qq3v8md3410dw46lx705a1wy4r"))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
 | 
					     (list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue