gnu: fcitx5: Update to 5.1.7.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.7. Change-Id: Ifd87b6bb21afd2980d95a09177f28048d9a7e182
This commit is contained in:
		
							parent
							
								
									6a048713ec
								
							
						
					
					
						commit
						21eeda2f57
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -88,7 +88,7 @@ client.")
 | 
				
			||||||
(define-public fcitx5
 | 
					(define-public fcitx5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "fcitx5")
 | 
					    (name "fcitx5")
 | 
				
			||||||
    (version "5.1.6")
 | 
					    (version "5.1.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -96,7 +96,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 "1p2yhm26nn36bjbjy8hc33ldcb8762k28853ksaq8z80959xx8lj"))))
 | 
					        (base32 "1wnky24a8jy4nwairzbb00j0rnn8qr2105va3kpymnvh0cyh0rwa"))))
 | 
				
			||||||
    (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