gnu: kded: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0.
This commit is contained in:
		
							parent
							
								
									46e1ac0be8
								
							
						
					
					
						commit
						8e963d123c
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -1844,16 +1844,16 @@ that offer bindings to some of the Frameworks.") | |||
| (define-public kded | ||||
|   (package | ||||
|     (name "kded") | ||||
|     (version "5.24.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "mirror://kde/stable/frameworks/" | ||||
|                            (version-major+minor version) "/" | ||||
|                            name "-" version ".tar.xz")) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0ngpxdxb596myn5r4kjxahx195bwklq33yvgjvcbxi2clg2wccaj")))) | ||||
|     (version "5.27.0") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append | ||||
|                     "mirror://kde/stable/frameworks/" | ||||
|                     (version-major+minor version) "/" | ||||
|                     name "-" version ".tar.xz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "14f4qxia9p3vynv2ch9rs67zaxn9kpbas0fn0vwag1ikxb8qz0c2")))) | ||||
|     (build-system cmake-build-system) | ||||
|     (native-inputs | ||||
|      `(("extra-cmake-modules" ,extra-cmake-modules))) | ||||
|  |  | |||
		Reference in a new issue