gnu: kded: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									a5c5df5a7b
								
							
						
					
					
						commit
						b3451e612a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2366,7 +2366,7 @@ that offer bindings to some of the Frameworks.")
 | 
				
			||||||
(define-public kded
 | 
					(define-public kded
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kded")
 | 
					    (name "kded")
 | 
				
			||||||
    (version "5.98.0")
 | 
					    (version "5.108.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -2375,7 +2375,7 @@ that offer bindings to some of the Frameworks.")
 | 
				
			||||||
                    name "-" version ".tar.xz"))
 | 
					                    name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1k8yxdnihfvvdjmw7lmd62vi5k1hpvjdcwd7njqxz6178iq7dd75"))))
 | 
					                "08aa3vjzr0mj4jahzqd2z7k8whavyyvcyhk67swqlpil9rmxm0s1"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules kdoctools))
 | 
					     (list extra-cmake-modules kdoctools))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue