gnu: kunitconversion: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.27.0.
This commit is contained in:
		
							parent
							
								
									84164f7ff8
								
							
						
					
					
						commit
						f7c2026fea
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -1495,16 +1495,16 @@ and communicating with them using a pty.") | |||
| (define-public kunitconversion | ||||
|   (package | ||||
|     (name "kunitconversion") | ||||
|     (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 | ||||
|           "03dfjn4lm6sl2zcdrvw0b9irzvkyc2w2j5xixag5j8nw373742h8")))) | ||||
|     (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 | ||||
|                 "11rn6813jz7clb6fjp9nbdg1c350zh0yiprbr053wkdjrb3aca7c")))) | ||||
|     (build-system cmake-build-system) | ||||
|     (native-inputs | ||||
|      `(("extra-cmake-modules" ,extra-cmake-modules))) | ||||
|  |  | |||
		Reference in a new issue