mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: kunitconversion: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.5.0. Change-Id: I93e9d56954d0209af93d7734e9f40320a659e7e7
This commit is contained in:
parent
cdcbc48f98
commit
086564fadf
1 changed files with 2 additions and 2 deletions
|
@ -2996,7 +2996,7 @@ (define-public kpty
|
|||
(define-public kunitconversion
|
||||
(package
|
||||
(name "kunitconversion")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3005,7 +3005,7 @@ (define-public kunitconversion
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x04cqm2flhx2hi804jqfx8mim7af49kirb3wabhrwmngi36ks9h"))))
|
||||
"1r1gk4p8dlwdrsdv0wvw3jggln7zimp60bryh02x6hvl7i123mf7"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue