mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: kde-frameworkintegration: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.5.0. Change-Id: I775514114a97da92c85fe3f3bf91fa516ef158e8
This commit is contained in:
parent
e0676aad07
commit
789675278a
1 changed files with 2 additions and 2 deletions
|
@ -5288,7 +5288,7 @@ (define-public ktextaddons
|
||||||
(define-public kde-frameworkintegration
|
(define-public kde-frameworkintegration
|
||||||
(package
|
(package
|
||||||
(name "kde-frameworkintegration")
|
(name "kde-frameworkintegration")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -5297,7 +5297,7 @@ (define-public kde-frameworkintegration
|
||||||
"frameworkintegration-" version ".tar.xz"))
|
"frameworkintegration-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6"))))
|
"1x0d3bhp8ak7fw6db3n6cjhx6xz0izl5h880r62jqbb05rs5ayy5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue