gnu: kitemmodels: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									ebb1967f62
								
							
						
					
					
						commit
						c08c26dd67
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -921,7 +921,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
 | 
				
			||||||
(define-public kitemmodels
 | 
					(define-public kitemmodels
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kitemmodels")
 | 
					    (name "kitemmodels")
 | 
				
			||||||
    (version "5.98.0")
 | 
					    (version "5.108.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -930,7 +930,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
 | 
				
			||||||
                    name "-" version ".tar.xz"))
 | 
					                    name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1z9swjmll833jxy2ym63zzgi9vl8ld79mgypndqszsrd4mfsbs16"))))
 | 
					                "05dd1d1dxkbjrr6x73ndsrabzaa02m3cn1h4dmsgpydy1rkzbj9v"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules))
 | 
					     (list extra-cmake-modules))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue