gnu: ktextwidgets: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									2c4bcc9f8f
								
							
						
					
					
						commit
						a9b59c032b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3132,7 +3132,7 @@ library.")
 | 
				
			||||||
(define-public ktextwidgets
 | 
					(define-public ktextwidgets
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ktextwidgets")
 | 
					    (name "ktextwidgets")
 | 
				
			||||||
    (version "5.98.0")
 | 
					    (version "5.108.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -3141,7 +3141,7 @@ library.")
 | 
				
			||||||
                    name "-" version ".tar.xz"))
 | 
					                    name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "14ivmpng7x9rsk3x6kyd86jabzqxgjcdrma1im44wacnvisi4llk"))))
 | 
					                "1qz1ayrrqxarhx4h24ym2hm8gkjskgdi268jv16yvd33b122fv2c"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list ki18n sonnet))
 | 
					     (list ki18n sonnet))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue