mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: kunitconversion: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.10.0. Change-Id: Ie23c65c71f20fe9374e942775ac6524b92ac90ff
This commit is contained in:
parent
9234e61563
commit
8a819402e0
1 changed files with 2 additions and 2 deletions
|
@ -3020,7 +3020,7 @@ (define-public kpty
|
|||
(define-public kunitconversion
|
||||
(package
|
||||
(name "kunitconversion")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3029,7 +3029,7 @@ (define-public kunitconversion
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r1gk4p8dlwdrsdv0wvw3jggln7zimp60bryh02x6hvl7i123mf7"))))
|
||||
"1gwxhqrn8i2g5yikd3w0hbyaj40cgdpab2nyy6wdwjc0sh29ki93"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue